On 2 sep, 17:59, anais <[EMAIL PROTECTED]> wrote: > Hi. I'm trying that the server send several data to the client at > different points in time. The idea is that each time the client > receive a value, it has to refresh the screen with the new data and > wait for the next data, untill a specified value is received. I can > implement a simple service with the class AsyncCallback (client ask > for something, server send the final solution and client uses that > final solution), but I don't know how to do the another one(client > receives several solutions with a simple petition in different > times).
First, google for "ajax comet", then for "gwt comet". The basic idea is to issue requests and have the *server* wait for more data. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
