gregw
A recently blogged about my thoughts on the JSR-315 Asynchronous servlet 3.0 concerns. I have now worked those thoughts into a proposal that I have submitted to the expert group.
This proposal is clearly influenced by Jetty Continuations in that it allows requests handling to be suspended and resumed. However it avoids the contentious RetryException thrown by Jetty.
This proposal also goes beyond continuations by including an extensible mechanism for containers to handle content on behalf of the servlets. This will allow containers to use the most efficient IO and reduce the complexity that a servlet developer needs to contend with in an asynchronous world.
Posted at 09:51AM Jul 22, 2007 by gregw in General | Comments[1]

Posted by Thomas Atwood on August 09, 2007 at 05:29 AM EST #