|
Class Summary |
| JamesServlet |
JamesServlet is a addaptor class its used to extend the basic Servlet
to with the calls that where/are needed for 'James' servlets to provide
services not found in suns Servlet API. |
| jumpersInterceptor |
jumpersInterceptor is a Tomcat Interceptor based on the servjumpers-servlet. |
| performance |
Performance Servlet is used for 2 reasons as a basic Servlet test to see if
the install went oke (same as SimpleServlet) and to see how fast the JVM is
we are running on (very basic test). |
| remoteXML |
The remoteXML Servlet serves GET requests coming from remotebuilders
and POST requests coming both remotebuilders and mmservers. |
| servdb |
servdb handles binairy request (*.db) files for MMbase spaces as images (img.db)
realaudio (realaudio.db) but also xml (xml.db) and dtd's (dtd.db) with servscan
it provides the communication between the clients browser and the mmbase space. |
| servflash |
Performance Servlet is used for 2 reasons as a basic Servlet test to see if
the install went oke (same as SimpleServlet) and to see how fast the JVM is
we are running on (very basic test). |
| servjumpers |
Servjumpers filters all url's to see if it has a jumper (specified in the
jumpers builder). |
| servscan |
servscan is the 'extened html language' (parsing *.shtml) provided for MMbase its a system like
php3, asp or jsp but has its roots providing a simpler toolset for Interaction
designers and gfx designers its provides as a option but not demanded you can
also use the provides jsp for a more traditional parser system. |
| SimpleFormToMailServlet |
Post Servlet a example of how to use different Post methods
This servlet will mail a form to a (set of) specified user(s). |