On 2009/06/26 19:57:28, Dan Rice wrote:

Two general comments:
1) What are the implications of stashing an extra field on
java.lang.Object, is there any impact on output size?

2) I've noticed that the JDO enhanced classes seem to track field
mutations and update the jdoDetachedState. This patch just seems to
preserve the original jdoDetachedState on the client by tunneling it on
an expando. What happens if an object sent from the server to the
client, has modifications performed (mutations), and then is sent back
to the server for a PersistenceManager.makePersistent() or
EntityManager.merge()? Will the PMF/EMF just decide that nothing has
changed and treat it as a no-op?




http://gwt-code-reviews.appspot.com/47807

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to