hi, I've implemented a gwt Chat

the link 
http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ
helps me.

>From client, i do an rpc call
--> server-side, i'm waiting for event (using a timer) for the
client :
-- if i got an event for the client, i return to the client, and i do
again the rpc call.
-- if no events after 40 sec, i return to the client and says to the
client "No events!", and i do again the rpc call.


On Dec 9, 1:13 pm, abhiram <abhir...@gmail.com> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to