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?


--- On Mon, 25/10/10, Oscar Westra van Holthe - Kind <os...@westravanholthe.nl> 
wrote:

From: Oscar Westra van Holthe - Kind <os...@westravanholthe.nl>
Subject: Re: [Stripes-users] Stripes and GWT
To: "Stripes Users List" <stripes-users@lists.sourceforge.net>
Date: Monday, 25 October, 2010, 8:07

On 24-10-2010 at 21:54, farouk alhassan wrote:
> Is it possible to use Stripes with GWT smoothly in the same project. If so
> what are some of the  gothas and work arounds one should anticipate in this
> aproach.
> 
> If its not possible, what is the recommended approach to using a native
> component framework with stripes?

It's possible. But as always with using two web application frameworks at the
same time, you'll need to manage the URL namespace (each framework assumes
complete control over their namespace). This is easiest accomplished using a
different prefix for each. The Stripes DispatcherServlet for example, is
commonly bound to "/action" when not used implicitly by the
DynamicMappingFilter.

Also, when you can achieve the communication between the frameworks either
though the session or by forwarding/redirecting the request, you'll have a
robust design.


Oscar

-- 
   ,-_  Oscar Westra van Holthe - Kind      http://www.xs4all.nl/~kindop/
  /() )
 (__ (  No trees were killed in the creation of this message. However,
=/  ()  many electrons were terribly inconvenienced.

-----Inline Attachment Follows-----

------------------------------------------------------------------------------
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
-----Inline Attachment Follows-----

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users



      
------------------------------------------------------------------------------
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

Reply via email to