Wednesday, June 23, 2010

Re: Socket Permissions on GAE

You can't open sockets if you are using GAE, and there is no way around it.

But GWT is completely independent of GAE. If you disable GAE, you can use sockets on your server side.
--Sri


On 22 June 2010 08:25, Big_Ali <ali.fatolahi@gmail.com> wrote:
Hi,

I'm kinda new to GWT but I've been using Java for a long time. I'm
trying to develop a program that requires talking to sockets. But it
looks like that the application engine does not allow that. I defined
a java policy file and put it in my GAE plugin folder of eclipse but
it does not change any thing. Can any body tell me is there is a way
to define java policies or something to that effect for GWT
application engine? and if yes where should the policy file be copied?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment