For the project that I am using Restlet on, we are using a pipeline approach to
process requests.  This gives us the ability to really tune persistence and
business logic pools separately.  The NIO support in Restlet is great, but we
want to use the Jetty Continuations as well.  I have been doing some digging as
to where I can put Continuations in.  I am running Restlet in the Jetty servlet
container not standalone.

It looks like the either subclassing
com.noelios.restlet.ext.servlet.ServerServlet or
com.noelios.restlet.http.HttpServerHelper to start the Continuation in the
.handle methods is the place to do the work.

I'm also wondering if anyone has integrated Restlet w/ Continuations yet as 
well?

Thanks.
-Brandon

Reply via email to