On 25-10-2010 at 10:26, farouk alhassan wrote: > > Thank you guys for sharing your experiences using these two frameworks. Will > go ahead and try to implement this in my project. > > @Oscar > I'm using the DynamicMappingFilter as described in Freddy's book. What is the > easiest way of making it ignore the servlet path of the GWT servlet?
First, check/test if there is any overlap (i.e. a Stripes URL that is also handled by GWT). If there isn't, you're already good to go. If not, you could adjust all URL's (if using clean URL's). If this is too cumbersome or you have other reasons to enforce such a split in a generic way, you can: - remove the DynamicMappingFilter - use the DispatcherServlet mapped to a unique prefix The downside is that you can no longer bind to, say, '/'. The upside is that you can force all URL's that start with '/gwt' to be handled by GWT, and all URL's that start with '/stripes' by Stripes. Oscar -- ,-_ Oscar Westra van Holthe - Kind http://www.xs4all.nl/~kindop/ /() ) (__ ( Inequality is the inevitable consequence of liberty. =/ () -- Salvador De Madariaga - "Anarchy or Hierarchy" (1937)
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users