On Tue, Jun 30, 2009 at 18:49, asianCoolz<second.co...@gmail.com> wrote:
>
> i came across this project 
> http://android.git.kernel.org/?p=tools/gwtjsonrpc.git
> . is this just for android or i can use with any app using gwt?  any
> overview article,tutorial on this?

Actually, its not for Android, its for its code review system, Gerrit
Code Review (http://code.google.com/p/gerrit/).  But yes, its a
stand-alone module meant to be embedded into any GWT project, not just
Gerrit.  Actually, I know at least one other developer who uses it in
an unrelated project, Gert Scholten.  He has contributed a few patches
to gwtjsonrpc.

Best thing for a tutorial is probably the README in the top level of
the directory.  Its very, very similar to standard GWT RPC, only it
uses JSON encoding, and has built-in XSRF protection, if the server
knows how to demand/enforce it.

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to