I'm sure with a little searching you can come up with information on doing pure Java HTTP connections. There's probably something in the Android API for that as well. But that's getting off topic for this forum.
On Wed, Dec 23, 2009 at 8:53 AM, ailinykh <[email protected]> wrote: > Thank you! > This is what I'm going to do. But I see one problem here. I'd like to > use Google's authentication. > As far as I understand it is HTTP based. I don't see any way how to > use it outside browser. > Any ideas? > > Thank you, > Andrey > > On Dec 15, 10:45 am, Isaac Truett <[email protected]> wrote: >> Hello Andrey, >> >> No, there isn't a simple way to use GWT RPC outside of the browser. >> >> Your best option is to write your server logic independent of any >> particular protocol. Then you can write multiple protocol >> implementations such as GWT RPC, JSON, plain HTTP, or even direct >> sockets, that all share the same business logic. >> >> - Isaac >> >> On Tue, Dec 15, 2009 at 9:44 AM,ailinykh<[email protected]> wrote: >> > Hello, everybody! >> > I have a simple GWT application. Right now Web browser is the only >> > client. Also I want to create pure java client (android based). Is >> > there a simple way to use GWT RPC from java client? If not, what are >> > my options? >> >> > Thank you, >> > Andrey >> >> > -- >> >> > You received this message because you are subscribed to the Google Groups >> > "Google Web Toolkit" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/google-web-toolkit?hl=en. > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
