> I haven't noticed something like that. But you might search for
> "GWT Comet" with the search-engine of your choice if there are
> other implementations of newer age.

You could also try DWR.  http://directwebremoting.org/ The trick was
using the same iframe to make an initial call to the server, and then
to recieve subsequent pushes.
http://code.google.com/support/bin/answer.py?answer=65632&topic=11368


About DWR:
DWR will generate the JavaScript to allow web browsers to securely
call into Java code almost as if it was running locally. It can
marshal virtually any data including collections, POJOs, XML and
binary data like images and PDF files. All that is required is a
security policy that defines what is allowed.

With Reverse Ajax, DWR allows Java code running on a server to use
client side APIs to publish updates to arbitrary groups of browsers.
This allows interaction 2 ways - browser calling server and server
calling browser. DWR supports Comet, Polling and Piggyback (sending
data in with normal requests) as ways to publish to browsers.

 All the Best,

Shawn

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to