Re: Backend Socket Connection

2011-09-07 Thread J.Ganesan
What I understand from your problem statement is that your GWT front end has to asynchronously respond to an event fired by server. If you use App Engine, you can make use of Channel API. If not, make use of websockets (http://jwebsocket.org/). J.Ganesan www.DataStoreGwt.com On Sep 7, 5:48 am,

Backend Socket Connection

2011-09-06 Thread Nicolas
Hi, I'm trying to develop an application with GWT that shows data related to position of planes in flying. The architecture of the system consist on the follow components: A data server responsible for sending data to the moment they arrive, via a specific protocol, to the application server. The

Re: Backend Socket Connection

2011-09-06 Thread dreamer
May be you can build json wrapper over your socket server and make REST request from client,some tricks are there to overcome same origin policy. From back end, I guess app engine allows URL fetch across domains. Global School District http://schoolk12.appspot.com/ On Sep 6, 5:48 pm, Nicolas

Server Side Socket Connection in GWT

2010-06-08 Thread Jay Bruno
Hello All, I'm trying to set up a GWT Web App that will give a User a certain Permission in the Web Application based on their Active Directory Roles. I'm currently trying to connect to an AD server via LDAP. This part works perfectly unless I add it to the GWT application. Then I get a socket

Re: GWT hosted mode - socket connection

2010-04-07 Thread Manuel Carrasco Moñino
doctor.whitew...@gmail.com wrote: Hello, I'm developing an app which requires socket connection by some of its RPC (and also non-RPC) servlets. This connection is needed for example by a JDBC driver. In GWT 2.0, the Dev mode (jetty server) now disallows socket connections, so I've been searching

GWT hosted mode - socket connection

2010-04-06 Thread whitewash
Hello, I'm developing an app which requires socket connection by some of its RPC (and also non-RPC) servlets. This connection is needed for example by a JDBC driver. In GWT 2.0, the Dev mode (jetty server) now disallows socket connections, so I've been searching way to overcome this restriction

Re: Socket connection

2008-11-22 Thread Malte Legenhausen
or java applet . regards . Le vendredi 21 novembre 2008 à 21:30 +0800, Pete Kay a écrit : Hi Does anyone know of any GWT lib that can do socket connection? Thanks alot in advance for your help. Pete --~--~-~--~~~---~--~~ You received this message

Socket connection

2008-11-21 Thread Pete Kay
Hi Does anyone know of any GWT lib that can do socket connection? Thanks alot in advance for your help. Pete --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Socket connection

2008-11-21 Thread Jason Morris
wrote: Hi Does anyone know of any GWT lib that can do socket connection? Thanks alot in advance for your help. Pete --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Socket connection

2008-11-21 Thread Lothar Kimmeringer
Pete Kay schrieb: Does anyone know of any GWT lib that can do socket connection? Signed Java-Applets and the use of java.net.Socket Regards, Lothar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Socket connection

2008-11-21 Thread eric
Oh God ... unfortunatly we cannot do this in javascript . This is why a major part of the chat systems are based on flash or java applet . regards . Le vendredi 21 novembre 2008 à 21:30 +0800, Pete Kay a écrit : Hi Does anyone know of any GWT lib that can do socket connection? Thanks

Re: Socket connection

2008-11-21 Thread [EMAIL PROTECTED]
. Le vendredi 21 novembre 2008 à 21:30 +0800, Pete Kay a écrit : Hi Does anyone know of any GWT lib that can do socket connection? Thanks alot in advance for your help. Pete --~--~-~--~~~---~--~~ You received this message because you are subscribed