Evernote (4.7+ million users to date) uses both GWT and Stripes in our web app.
We basically use them as two totally independent components -- they don't
interact at all aside from using Stripes to generate the page that references
the GWT resources.
We haven't had any problems but generally they are two totally different
approaches. Stripes generally assumes that the page reloads and GWT assumes
that all the communications happens from a single page.
We've used Stripes for all the registration, account management and commerce
operations and GWT for the more dynamic UI elements. We also use Stripes for
the mobile web (ie. non-Javascript) UI's.
If we need to add some dynamic behavior (like checking if a username is taken
or other real time client side validation) to the stripes pages we use jQuery
and just return JSONObjects as a Resolution.
Architecturally we have a service layer that both GWT and the Stripes action
beans call into.
This seems to work fine, no regrets but we haven't put a lot of thought into
integrating the two technologies.
On Oct 24, 2010, at 9:54 PM, farouk alhassan wrote:
> Hi all,
> 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?
>
> Regards
> Farouk A
>
> ------------------------------------------------------------------------------
> 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
------------------------------------------------------------------------------
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