kostas trichas
kostas trichas

Reputation: 3013

GWT RequestFactory examples?

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.

Upvotes: 12

Views: 13278

Answers (4)

Sridhar Nalam
Sridhar Nalam

Reputation: 547

Here is the Simple example for Gwt Request Factory... code is here

AND WORKING URL IS here

Upvotes: 2

pillingworth
pillingworth

Reputation: 3238

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/

Upvotes: 3

Thomas Broyer
Thomas Broyer

Reputation: 64541

Have a look at the DynaTableRf sample from a GWT 2.1 distribution.

Upvotes: 2

Related Questions