Do you know where i can find some code examples for the new GWT 2.1 RequestFactory? Google\'s tutorial is not good enough to begin with.
Have a look at the DynaTableRf sample from a GWT 2.1 distribution.
please check this
http://javaasylum.blogspot.com/2010/11/gwt-21-request-factory.html
and from googler :
https://wave.google.com/wave/?pli=1#restored:wave:googlewave.com!w%252BWU4iAICkI.1
Here is the Simple example for Gwt Request Factory... code is here
AND WORKING URL IS here
And written in 2011 there are these tutorials which use ServiceLocators and show how to split the server side code using DAOs.
http://cleancodematters.wordpress.com/2011/06/04/tutorial-gwt-request-factory-part-i/
http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/