user662264
user662264

Reputation:

What is the easiest way to implement CRUD with GWTP (and Objectify for the persistence)?

Is there a library, an eclipse plugin to generate code, or a recommended design pattern ? Any example with GWTP ? Thanks.

Upvotes: 0

Views: 1224

Answers (3)

Sydney
Sydney

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

Sanjay Jain
Sanjay Jain

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

Related Questions