Sunday, March 3, 2013

Re: RPC call with android

I'd been needing something like this for a GAE based project I'm working on. Using the code from the gwt-syncproxy project, I created an Android library and I've got got a dev mode working mock up of an android client using GWT-RPC to the server and using the native android account system to login to GAE. I've still got quite a bit of testing to do, but I've contacted the owner of the gwt-syncproxy project to look at getting this integrated into their project once I finish testing it in a couple of weeks. 

On Sunday, February 17, 2013 11:47:55 PM UTC-5, Chii wrote:
I m expecting that both RequestFactory and gwt-rpc has less overhead than vanilla json (at least, in terms of bandwidth - not sure about cpu requirement differences between them), but if it turns out that neither works on android, then it would suck to have to switch to json.
 

On Friday, February 25, 2011 12:50:03 AM UTC+11, Thomas Lefort wrote:
Thanks! I will try the RequestFactory hack, although it seems like
there might be a third (and easier?) way with JSON-RPC from the
discussions.


On Feb 24, 11:28 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> GWT SyncProxy <http://code.google.com/p/gwt-syncproxy/> allows you to call
> GWT-RPC services from a Java app, but it apparently does not work on Android<http://code.google.com/p/gwt-syncproxy/issues/detail?id=3>
> .
>
> As for RequestFactory, it has built-in support for running in the JVM, and
> it should work on
> Android:https://groups.google.com/d/msg/google-web-toolkit-contributors/-AJR5...

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment