The reason why I thought such tests would be beneficial is that there
exist projects like gilead:
http://noon.gilead.free.fr/gilead/index.php?page=gwt
that only deal with the aspect of mapping between enhanced and
unenhanced objects.

When communicating over the network the object graph of the arguments
and return values needs to be serialized back and forth and normally
on the server side you have the enhanced objects that are "richer"
than the unenhanced objects on the client side. I would have guessed
that incompatibilities could result from the fact that the
serialization mechanism (which is a feature of the remoting framework
that normally knows nothing about ORM frameworks) cannot serialize
enhanced objects to java script.

Where is my mistake in my line of argumentation?

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