You should check out this example. http://www.gwtapps.com/?page_id=31 Source: http://groups.google.com/group/gwtapps/files
It is implementing using hanging async call so if there are no messages, polling time is reduced to 30 seconds. For the server side code there author included example using comet as well. But if you are not going to have many users you can use it without Comet. On Dec 9, 12:13 pm, 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.
