In the GWT Stock Watch tutorial it seems to be polling the server every 4 seconds for new data. Is this the standard way GWT works or is it possible to use a push type technology so that when new events are raised on the server the client code gets called?
Share
This is the standard way GWT works. The incubator has a page outlining how you can achieve push with GWT.