What is the advantage of using GWT RPC over RequestBuilder or JSON via HTTP?

2009-01-22 Thread adambossy
I am building a Web application using GWT on top of a python django server. I've been busting my butt to be able to interface the two cleanly. My goal is to be able to define two-line services in a django views file such as this: def service_get_male_users(request): return

Re: What is the advantage of using GWT RPC over RequestBuilder or JSON via HTTP?

2009-01-22 Thread Shawn Pearce
On Wed, Jan 21, 2009 at 23:47, adambossy adambo...@gmail.com wrote: What is the big advantage of using GWT RPC over Request Builder [http://code.google.com/docreader/#p=google-web-toolkit-

Re: What is the advantage of using GWT RPC over RequestBuilder or JSON via HTTP?

2009-01-22 Thread adambossy
Thanks for the great reply. I'll modify my generators to output this code. Are there any resources you suggest to get started on properly protecting against a XSRF attack? Adam On Jan 22, 10:16 am, Shawn Pearce s...@google.com wrote: On Wed, Jan 21, 2009 at 23:47, adambossy