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 <[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.
