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.

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

Reply via email to