Hi, I attached a patch on https://issues.apache.org/jira/browse/VYSPER-189
It contains a Jettty prototype (the continuations are not present because I did not need them in this phase - only the interaction with Strophe.js). When I made Jetty tests with continuations, I just used ContinuationSupport.getContinuation(request).suspend(); and then in another thread (started when a request is received) after some Thread.sleep I did continuation.resume(); as in the doc http://wiki.eclipse.org/Jetty/Feature/Continuations The next step I think should be to integrate the nbxml parser, so that requests form Jetty should be parsed accordingly and then handled to some handler. On Sun, May 23, 2010 at 10:49 PM, Niklas Gustavsson <[email protected]> wrote: > Yes, could you please publish an updated plan somewhere (as an email > here would be fine, or a site somewhere). Tomorrow is the date when > we're supposed to start coding, I'll post a new plan on a site to have a quick reference and also on the mailing list (as you suggested), - this way email archivers could archive it for the future. Thanks, Bogdan
