Hi, I wrote an example using gwt with java app engine.
http://puntosoft2k.appspot.com/gwt_gae_example.html The example shows how to create, update, delete and retrieve objects from app engine datastore to GWT client using RPC. The example use DTO approach. Source code is available. Hope that helps. Regards, Ale On Sun, Jun 28, 2009 at 9:09 AM, Ben Daniel <[email protected]> wrote: > > Let's say I want to persist Animal objects using JDO and also want to > return these Animal objects via a GWT RPC service. From what I > understand GWT will compile a version of Animal in javascript on the > client. And I take it that any JDO persistence stuff shouldn't be > going down to the client. > > So do I have to create two separate classes for my Animal type: one > used on the server for persistence via JDO and another which the > client uses over RPC. Is this the normal thing to do? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
