Servlet Library.

This library provide the necessary mechanism to bootstrap a Polygene™ Application in a Servlet container plus some facilities.

Logging

The SLF4J logger used by this library is named "org.apache.polygene.library.servlet".

Application Bootstrap

Extends {@link org.apache.polygene.library.servlet.lifecycle.AbstractPolygeneServletBootstrap} to easily bind a Polygene™ {@link org.apache.polygene.api.structure.Application} activation/passivation to your webapp lifecycle.

Use {@link org.apache.polygene.library.servlet.PolygeneServletSupport#application(javax.servlet.ServletContext)} to get a handle on the {@link org.apache.polygene.api.structure.Application} from the {@link javax.servlet.ServletContext}.

Facilities

{@link org.apache.polygene.library.servlet.PolygeneServlet} and {@link org.apache.polygene.library.servlet.PolygeneFilter} respectively provide base class for easy access to the {@link org.apache.polygene.api.structure.Application}} from the {@link javax.servlet.ServletContext}.