Servlet extension
Introduction
This extension is an adapter between the Servlet API and the Restlet API. It allows you to nearly transparently deploy a Restlet application in your preferred Servlet container such as Apache Tomcat.
Description
It enables you to run a Restlet based application inside any Servlet container such as Tomcat.
Please, refer to the ServerServlet extension Javadocs and the FAQ #2 for more details.
Here is the list of dependencies for this extension:


There are no comments.