Re: RequestFactory and related object persistence

2011-03-23 Thread Luca Morettoni
2011/3/22 Thomas Broyer t.bro...@gmail.com: Have a look at http://code.google.com/p/google-web-toolkit/issues/detail?id=5776 and related bugs. thanks, at the moment I fire two persistence request (one for A update) and a second for B changes... I'll hope to see that fixed in next releases...

Re: RequestFactory and related object persistence

2011-03-23 Thread Thomas Broyer
On Wednesday, March 23, 2011 8:49:16 AM UTC+1, Luca Morettoni wrote: 2011/3/22 Thomas Broyer t.br...@gmail.com: Have a look at http://code.google.com/p/google-web-toolkit/issues/detail?id=5776 and related bugs. thanks, at the moment I fire two persistence request (one for A update)

Re: RequestFactory and related object persistence

2011-03-22 Thread Thomas Broyer
Have a look at http://code.google.com/p/google-web-toolkit/issues/detail?id=5776 and related bugs. Note that the (a bit outdated ¹) docs say: RequestFactory automatically sends the whole object graph in a single request. In this case, the implementation of Person.persist() on the server is