Koen, RequestFactory doesn't yet support the transfer of value types, only entity types. It's on tap for 2.1.1:
http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 /dmc On Mon, Nov 8, 2010 at 6:31 PM, koma <[email protected]> wrote: > Hi, > > My entities are persisted via JDO in the Datastore (GAE). I can > transfer DTOs to the client by creating EntityProxy objects that match > the entity's properties (getters/setters). > But how do I transfer the more complex values like > com.google.appengine.api.datastore.Email with my DTO object to the > client ? > these classes com.google.appengine.api.datastore.* are not on the > classpath for the client and result in ClassNotFoundExceptions; > > thx, > > koen > > -- > 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. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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.
