Is there a library, an eclipse plugin to generate code, or a recommended design pattern ? Any example with G开发者_StackOverflow社区WTP ? Thanks.
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/
Ok, I think the best way is here : http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/
May this is not exactly what you are looking for but this may be help ful to you. Google gwtp example.
精彩评论