This package contains the Cougaar
"micro" servlet engine, which is a minimal implementation of the
"javax.servlet" framework APIs.
The engine uses a {@link org.cougaar.lib.web.micro.base.ServerFactory}
to listen for incoming connections. The API has been designed to support
both socket and non-socket backends.
Also of interest is the {@link org.cougaar.lib.web.micro.base.ServletTunnel},
which is a utility class for tunnelling servlet requests through a generic
connection API.
Note that this package only depends upon the JDK and Servlet APIs. There
are no Cougaar dependencies.