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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to