Servlet Library.

This library provide the necessary mechanism to bootstrap a Zestâ„¢ Application in a Servlet container plus some facilities.

Logging

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

Application Bootstrap

Extends {@link org.qi4j.library.servlet.lifecycle.AbstractQi4jServletBootstrap} to easily bind a Zestâ„¢ {@link org.qi4j.api.structure.Application} activation/passivation to your webapp lifecycle.

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

Facilities

{@link org.qi4j.library.servlet.Qi4jServlet} and {@link org.qi4j.library.servlet.Qi4jFilter} respectively provide base class for easy access to the {@link org.qi4j.api.structure.Application}} from the {@link javax.servlet.ServletContext}.