Hello baron, you need to have a comet servlet for Server Push support. and you need also to make sure that your hosting will support comet servlets since cloud hosting does not support this option. there ain't no socket connection support yet in GWT, hope that they will include it in the next release when HTML 5 is released.
check out this project, it is very helpful in order to build such a service. http://code.google.com/p/gwteventservice/ best regards, Rudolf Michael On Wed, May 19, 2010 at 3:28 PM, barron <[email protected]> wrote: > Hi, > > using gwt in real time : > i mean : > > A client sends the request to server asking for anything for example > "is there any bus in station X " > > A server give a response to client and it continues sending response > without interruption evry time there is a a bus in the station X > without receiving another request from client. > Please help me. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
