I would rather use JMS to do this. You have the power to do so. Every client writes to some Queue, and registers himself with a ReplyTo temporary queue. That way the server handles all the messages and sends the message to the appropriate queue where GWT is listening to.
On Dec 9, 7:13 am, abhiram <[email protected]> wrote: > Hi All, > > Can someone tell me which is the best (and convenient) method to > implement a chat application for my web page using GWT? > > I believed using the comet.jar would be neat but had lot of problem > implementin it. Can you please tell me which is the best possible > approach? with any working examples / links? > > ~ Abhiram -- 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.
