Hi Noosy, Yes gwt-comet will maintain a streaming based (non-polling) connection between the browser and server. You will just have to write the code to hook together the web service event into the comet send.
>From Richard. On Aug 10, 12:27 am, noosy <[email protected]> wrote: > I'm after some advice regarding having a web service inside my GWT > project. The web service is an event consumer and I would like to > update my client side GWT code everytime it consumes a new event. Is > there a reverse ajax/comet approach that I could use here? Is it > possible for my web service to call my GWT server side code on the > event firing, and in turn have the GWT server side code return the > results back to the client side code? I'm trying to avoid a polling > approach. All ideas are welcome, thanks. > > I have found StreamHub, GWT-Comet (and more) online but I'm not sure > if I can use these libaries in the manner I am proposing... -- 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.
