Expresso 5-5-0

Package com.jcorporate.expresso.core.servlet

Base classes for all JavaCorporate servlets.

See:
          Description

Class Summary
CheckLogin CheckLogin accepts an HttpServletRequest and HttpServletResponse object pair, and attempts to check if the user is logged in.
DBServlet A Servlet set up to have access to a relational database from the server side.
DefaultInit DefaultInit is an "empty" implementation of InitServlet, just so that there is a non-abstract implementation for Expresso to use when no specific lists are loaded.
InitServlet InitServlet is a "faceless" servlet that is automatically started when the servlet container starts.
PathHandler Special servlet designed to interact with server-side Controller objects
RuntimeInitServlet This is an initialization servlet that provides a running example on how to load an Expresso runtime system
ServletInstallLog This is an implementation of the IntallLog interface that is useful when running installation systems inside servlets.
StdServlet A Servlet base class adding some basic common functionality to the core HttpServlet class.
Test  
 

Package com.jcorporate.expresso.core.servlet Description

Base classes for all JavaCorporate servlets.

Straight servlets by and large are no longer used within Expresso as such. We strongly encourage you to create your web-application based upon Expresso's Controller objects rather than servlets since they give you basic flow control, subdivision of tasks, and built-in per-state security.


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.