[appengine-java] Re: Using socket with GAE

2010-02-18 Thread Jake
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 wrote: > You should be able to do the equivalent over http as what you are doing / > would like to do over the s

[appengine-java] Re: Using socket with GAE

2010-02-18 Thread Shai
You can't open a socket, You can however use XMPP and other methods to do what you need. from: http://code.google.com/appengine/docs/whatisgoogleappengine.html "The environment includes the Java SE Runtime Environment (JRE) 6 platform and libraries. The restrictions of the sandbox environment ar