Hi,
AFAICT, RequestFactory (as it will be in 2.1, as it should be in M4)
seems to be what you're looking for:
  - fast: "pure JSON" (will use native JSON if available, falling back
to json2.js otherwise)
  - no stack dependency: your entity proxies are JavaScriptObjects
directly parsed from/stringified to JSON (there currently are
wrappers, but they are created on the fly)
  - dispatch methods outside the servlet: this is part of
RequestFactory's design

I can't really say that I know everything about RequestFactory, but it seems to be that it is purpose built for people doing JPA-stuff on the server-side. Which maybe many are, but not all of us.



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

Reply via email to