Reputation:
Is there a library, an eclipse plugin to generate code, or a recommended design pattern ? Any example with GWTP ? Thanks.
Upvotes: 0
Views: 1224
Reputation: 12212
You want to look into RequestFactory
: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html
Also a sample code with GWTP
, GAE
, Objectify
and RequestFactory
: http://code.google.com/p/gwtgae2011/
Upvotes: 1
Reputation:
Ok, I think the best way is here : http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/
Upvotes: 1
Reputation: 3587
May this is not exactly what you are looking for but this may be help ful to you. Google gwtp example.
Upvotes: 0