On 3 Aug 2009, at 20:53, Miroslav Pokorny wrote:
> > The Async interface is necessary because one does not want to use sync > (blocking) rpc calls back to the server. When using blocking calls the > entire browser freezes which is especially bad give responses arenot > instantwous. I was suggesting the use of continuations to _mimic_ blocking calls but allow the thread to continue. Then from your Java code you would not need to worry about passing in a callback to every service method. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
