Re: Gwt server push

2011-12-12 Thread Ed
Have a look at comet: http://code.google.com/p/gwt-comet/ - Ed On Dec 10, 8:54 pm, nacho vela.igna...@gmail.com wrote: If you are using appengine you can try with the Channel Apihttp://code.google.com/appengine/docs/java/channel/ -- You received this message because you are subscribed to the

Re: Gwt server push

2011-12-10 Thread nacho
If you are using appengine you can try with the Channel Api http://code.google.com/appengine/docs/java/channel/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Gwt server push

2011-12-09 Thread chaitanya kumar
Hi i need to implement the chat type application, where the need to refresh automatically even the user has idle. Thanks in advance. Regards, chaitanya -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT Server push

2009-05-13 Thread Rvanlaak
I've had the same problem, and solved it with a GWT specific and servlet non-specific library. You might want to take a look at GWTEventService, wich can be find in Google Code http://code.google.com/p/gwteventservice/ On May 12, 1:03 pm, zimzalabim oyst@online.no wrote: Hi everyone! I

GWT Server push

2009-05-12 Thread zimzalabim
Hi everyone! I am totally new to GWT and have created a simple client/server app that does nothing but sends a string from client to server. Now I would like to expand it so the server can send messages to all clients. How can this be done? I think the technique one might use for this purpose

Re: GWT Server push

2009-05-12 Thread Salvador Diaz
http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ Hope that helps, Salvador On May 12, 1:03 pm, zimzalabim oyst@online.no wrote: Hi everyone! I am totally new to GWT and have created a simple client/server app that does nothing but sends a string from client to