Re: [appengine-java] Sending/Receving data to/from my application

2011-04-05 Thread Jeff Schnitzer
Caucho's hessian server implementation runs reasonably well on appengine, and you can find hessian clients in just about any language. Jeff On Tue, Apr 5, 2011 at 6:18 AM, jake189 wrote: > Hi, > > I programmed my simple application and located it in google's server. And > now, I want to send var

[appengine-java] Sending/Receving data to/from my application

2011-04-05 Thread jake189
Hi, I programmed my simple application and located it in google's server. And now, I want to send variables from my client (locates on my computer) to this application, then it performs and send back results to my client. Sending and receiving dont use JSP, can I do it? Because with large mount