> Is there any method to make push from server?
Well, here is how I use DWR (reverse ajax) to push data to GWT.
http://things-that-i-noticed.blogspot.com/
Actually, in this example I do stuff to get data out of json like:
s =
json.isObject().get("reply").isArray().get(0).isObject().get("text").isString().stringValue();
but I think that an overlay type might be a better solution since you
should be able do send a bean or object via DWR and then reuse much of
the code for the bean to create an overlay type. It may not be
necessary to use json at all but I have to look into it.
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
-~----------~----~----~----~------~----~------~--~---