You may find this helpful http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ
On Thu, Sep 11, 2008 at 10:30 PM, juan <[EMAIL PROTECTED]> wrote: > > Hi, > > I am currently building a GWT UI that can interface with our backend > application. Our backend application push out text-based event > messages through socket. What I need to do is to receive those > messages, filter them, and then display some meaningful notice to the > users using the Web UI. All these are done real-time. > > Could someone suggest the best way of doing that? How can I have a > live Java program that listens on the socket and process the incoming > messages? And how can that Java program interacts with Servlet that > can then push the message out to the web front end users? > > Any suggestion will be greatly appreciated. > > Juan > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
