Jerome Louvel <contact <at> noelios.com> writes: > > Also, the way the Jetty connector for Restlet works doesn't require the > costly Servlet container layer, it's using a lower level Jetty API. So > performance are very good and could be compared to those of the Grizzly > connector for Restlet.
Hi Jerome, I was able to port my application directly to use the Jetty http connector by following http://www.restlet.org/documentation/1.1/connectors. However, such approach utilizes Jetty's Servlet container layer, which we would like to avoid. Can you provide a simple example of using Jetty connector for Restlet directly without the Servlet container? Regards,

