<< problems with XML formatting in eclipse | Home | use JRockit to avoid permGenSpace out of memory errors >>

Stripes Google Web Toolkit integration

integration of GWTs RPC features into stripes

UPDATE: see this post for a complete working example of GWT integrated with stripes.

GWT is a really nice toolkit for building javascript based user interfaces - without the need for writing javascript. Check it out if you have not yet. GWT ships with a servlet (called RemoteServiceServlet) that should be used for the RCP (remote procedure call) parts of GWT.
But as my current web framework of choice is Stripes this servlet was of no specific use for me. Thanks to the Stripes mailing list the following abstract ActionBean implementation arised: Now I can create implementations of this ActionBean - and let them implement my ServiceInterfaces - just like described in the GWT guide. Here is such an implementation example: Maybe there are more elegant ways of doing this but it works for me now. Or how have you integrated GWT with stripes? Leave a comment!!!



Re: Stripes Google Web Toolkit integration

Thank's Kai this looks like enabling stripes to be also a modular framework. What's the difference with prototype in terms of performance ? and how this integration is working in productive environment for you now ? This is exactly what I was looking for, why this is not been exposed more from the stripes community ?

Re: Stripes Google Web Toolkit integration

well I droped using GWT for now in favour of some EXT js / prototype scriptings because the development roundrip for GWT was much too slow on my old notebook. I can add my implementation suggestion to the stripes wiki - maybe you want to open a jira request in the stripes issue tracker, so I don't forget about it...

Re: Stripes Google Web Toolkit integration

Yeah after been trying gwt for a while I realized is to complicate compare to other solutions like prototype

Re: Stripes Google Web Toolkit integration

I am working on integrating GWT with my existing stripes web app. Your code is helpful in that it gives me some insight. I could be really sweet if you could put up a link to your working code so that I can know why exactly my code is not working.

Re: Stripes Google Web Toolkit integration

see this blog entry for a complete working example

Re: Stripes Google Web Toolkit integration

The code above should be working. What exactly is not working for you? Maybe you want to ask on the stripes mailing list for help?

Re: Stripes Google Web Toolkit integration

Cool! Just what I was looking for.. thanks for saving the time :)

Re: Stripes Google Web Toolkit integration

How is it possible to create a GWT plugin for stripes?

Re: Stripes Google Web Toolkit integration

I have inherited an existing GWT 1.5.3 application that works with Stripes 1.4.2. I would like to upgrade to GWT 2+. I was just wondering if you have any experience with that or know if there maybe some compatibility issues. I have been running into a deferred binding error for all versions of GWT 2+ with Stripes. But GWT < 2 works with Stripes.

Add a comment Send a TrackBack