I can confirm that URLConnection's getOutputStream() works like a charm when my client-side applet needs to send an object to my GAE application.
Jake On Feb 18, 10:24 am, Conor Power <[email protected]> wrote: > You should be able to do the equivalent over http as what you are doing / > would like to do over the socket. And if that's the case there should not be > any constraints for you. > > cowper > > On Thu, Feb 18, 2010 at 12:01 AM, [email protected] <[email protected]>wrote: > > > Hi Everyone, > > > I am a beginner in using GAE, and I was wondering if it was possible > > to use socket for getting simple msg from the client as it's essential > > in my application. > > > And Thanks. > > > -- > > 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]<google-appengine-java%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. -- 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.
