blob: edc745e4383794f715f8f4993b73b0d42974755c [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<body>
<h2>Servlet Library.</h2>
<p>
This library provide the necessary mechanism to bootstrap a Zestâ„¢ Application in a Servlet container plus
some facilities.
</p>
<h3>Logging</h3>
<p>
The SLF4J logger used by this library is named "org.qi4j.library.servlet".
</p>
<h3>Application Bootstrap</h3>
<p>
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.
</p>
<p>
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}.
</p>
<h3>Facilities</h3>
<p>
{@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}.
</p>
</body>
</html>