Hi, You can simply post (http POST request) and get (http GET request) from your client which can then be a very simple batch java program. You do those http requests on the url of your servlet.
That's the simples way I know. regards didier On Apr 5, 3:18 pm, jake189 <[email protected]> wrote: > 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 of > data, cant use Web client to input all of them. > If can, how to program (which methods?)? Thanks to support :) -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
