Anyone have any sample/example projects that go beyond the basic scaffold app?
The basic scaffold is a great starting point but now I would like to start expanding and any direction/example is greatly appreciated.
Anyone have any sample/example projects that go beyond the basic scaffold app?
The basic scaffold is a great starting point but now I would like to start expanding and any direction/example is greatly appreciated.
Some good soul, shared his notes on google doc, haven't read thru the whole thing so not sure how useful it is.
https://docs.google.com/document/edi...FY3fpUk&hl=en#
I am also trying to find out a way to leverage what Roo has built so far for GWT. I am relatively new to GWT and ROO. I am now at a point where I successfully added my GWT module and trying to have some ajax/gwt.rpc call back to the server. From the look of the spring config, GWT has its own request dispatcher configured at the backend to serve all scaffolded GWT request. However I am at a lost on how to leverage that. I am not sure it is even the proper way to go as the code around the integration is fairly new.
Any other people on this forum has experience? is the leveraging the gwtDispatcher at the backend possible at all thru stock GWT widget? or the proper way is to config our own handler at the backend and reuse only Roo generated hiberate finders.
Any info is appreciated.
Thanks,
Joseph
Last edited by jlic; Aug 15th, 2010 at 12:18 PM.
I also have a google doc that just goes over the basic scaffolded app:
https://docs.google.com/document/edi...1FY3fpUk&hl=en
An example application that extends on all this would great... oh well
ah, for some reason I didn't see the whole body of your response with that link (think I was on the phone browser..)
I hope that document helps some, I was hoping other people would edit and add to it..
Have you checked this out? It was good for me:
http://blog.springsource.com/2009/05/27/roo-part-2/
![]()
Thanks objectguru,
the link is geared towards spring mvc, it would be nice if u know of any links that is about GWT with Roo.
[edited] GWT forum indicated the new MVP architecture won't be properly documented until at least GWT 2.1M4 release. So I guess we will have to wait a bit longer for GWT+Roo to have proper docs.
thanks,
joseph
Last edited by jlic; Aug 18th, 2010 at 12:39 PM.