Search code examples
crudobjectifygwt-platform

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.


Solution

  • 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/