Hi,

I am using GAE/JAVA/GWT 2.1 and storage JDO/Datastore
GWT 2.1 and the RequestFactory are in use to send DTO objects between
client and server.

Now, I have a Entity with a property of type
"com.google.appengine.api.datastore.Email". But I cannot directly use
this type on the proxy DTO object, this class is not known on the
client.
First solution is to pass write wrappers getEmailAsString()/
setEmailAsString() on the Entity and use these properties on the proxy
DTO object. But that is not good, i will loose change detection for
instance.

Obviously, my question is how to pass the complex
com.google.appengine.api.datastore.* types on DTO objects ??

Koen

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to