On Thu, Sep 15, 2011 at 20:19, John Tamplin <[email protected]> wrote: > The problem is you have to block the executing JS while it makes a > synchronous call to the Java code executing in the code server. As you > can't allow execution to return to the browser event loop, I don't see how > you could implement that in JS.
Is this blocking strictly necessary or would it suffice to simulate it with continuation passing ? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
