I have a entity e.g.
public class User{
byte[] id;
String name;
List<ContactDetail> contact;
}
public class ContactDetail {
byte[] id,
String name,
int privacyFlag,
.....
}
The question is how can we wire the contactDetails to an editor and
send only the changes to the server, not the whole 500 contactDetails
the user domain have.
Is there an example of this? or is there any best practice/
recommendation on this?
Kind Regards
Andy
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment