This project has retired. For details please refer to its Attic page.
org.apache.polygene.library.servlet (Apache Polygene™ (Java Edition) SDK 3.0.0)
Skip navigation links

Package org.apache.polygene.library.servlet

Servlet Library.

See: Description

Package org.apache.polygene.library.servlet Description

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 AbstractPolygeneServletBootstrap to easily bind a Polygene™ Application activation/passivation to your webapp lifecycle.

Use PolygeneServletSupport.application(javax.servlet.ServletContext) to get a handle on the Application from the ServletContext.

Facilities

PolygeneServlet and PolygeneFilter respectively provide base class for easy access to the Application} from the ServletContext.

Skip navigation links