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, Nicolas <[email protected]> wrote: > 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 web application server. > The problem is that I can't implement the client side, the web server, > of the protocol to recieve the data. > > Any help?Please. > What library can I use? > > Thank you very much. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
