Just some thoughts. Le jeudi 29 octobre 2009 22:41:47, pjaromin a écrit : > String longRunningProcess(Request request); Find a way for this method to be async on your server (highly depends on your deployment). Find a way to have each long running process to put its progress in some storage (volatile or not is your choice).
> Progress checkProgress(String id); Now this method just need to check the "progress storage". /Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
