Re: Server communication that is compatible with Android

2011-11-18 Thread Thomas Broyer
Absolutely! RF is not tied to AppEngine at all (we do use it since its early beginnings, two years ago, as part of GWT 2.1-M1, on "local" Jetty servers). The server-side of RF is "just a servlet". And there's a "pure JVM" version that can run on Android (use RequestFactorySource instead of GWT

Server communication that is compatible with Android

2011-11-17 Thread Bantak
Hi, I want to develop a application with Android and GWT as frontends and a application server as backend. My question is what is the easiest way to communicate with the server and I want to reuse some of the code for Android (especially the model). I probably will use Jetty as a server and I spe