On Thu, Oct 14, 2010 at 8:17 PM, Patrick Julien <[email protected]> wrote: > As a follow up this, the internal persist() method isn't called on > these modified entities either.
Chained persistence is explicitly outside the RequestFactory design because RequestFactory doesn't know anything about persistence. Introducing a proper service layer into the server code should make this easier to implement. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
