Hey Sidni,
Yeah, you're on the right track. Sorry if I gave you the impression
that all work was done by FileServlet, it's not.
It's just the calls for the GWT stuff: "com.aavu...." that should go
through FileServlet. All the other requests, calculator.html etc
should go through dispatcher just as you described.
So yes, the GWT stuff totally avoids DispatcherServlet, but since it's
embedded on a page that is ftl DispatcherServlet is used there. You
could browse to localhost/com.aavu.../..NoCache.html and not use
DispatcherServlet, but then you wouldn't get the sitemesh etc.
so
2) FileServlet serves all the compiled GWT stuff. DispatcherServlet
serves everything else.
3) I think this exclude in the decorators.xml may be redundant. A
leftover from a previous technique.
cheers,
-Jeff