Hi there, I have a parent class and child class. Child class has a lot of data. The parent contains a list of child objects. Child is never loaded/updated by themselves, they are always maintained when user reads/updates on a parent.
The question, Parent makes a natural fit for EntityProxy. Because I want to take advantage of GWT client only send delta to server, I think Child should be another EntityProxy (not ValueProxy). Is that correct? Is this a good determination when to use ValueProxy vs. EntityProxy: whether GWT client sends only delta or the whole serialized object to server? Thanks, Yan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/xiCZgozM7gAJ. 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.
