These are the Javadoc-generated documentation derived from the
Javadoc information in the source code for the Apache JServ
Java Servlet Engine.
This API is only for adding to the Apache JServ Java Servlet Engine -
for writing Java Servlets, use the Servlet API described below.
(This applies to the currently-released Apache JServ.
For docs in a previous or pre-release version,
use "make install-doc" in your source directory to generate the
corresponding documents for your version.)
Methods for accessing the Apache JServ servlet engine from mod_perl.
See also slides from Ian Kluft's presentation on
"Where Perl, Apache and Java Meet"
at the Perl Conference 2.0 (Aug 20, 1998).
Is the Apache JServ Year 2000 compliant?
Yes, but you'll want to check other software on your system too.
And there are more types of software clock-rollover bugs
than just the Millenium Bug of January 1, 2000.
This article briefly covers the things you need to watch.
This document contains lots of advice about development of
a freeware or "open source" project.
Our experience agrees with much of it so we consider it a recommended reading.
We use the Javadoc software to generate documentation on the Apache JServ
API from the source code. So use of Javadoc comments by developers helps
make those documents readable and informative.
So it's recommended.
Any new Java code going into the Apache JServ is recommended to
follow this standard.
However, do not let this stop you from contributing code that was already
written.
The Java Development Kit now includes the Java Servlet API.
This is the JSDK 1.1 API, which is now included in JavaSoft's JDK 1.2.
(JavaSoft is no longer publishing online docs for JSDK 1.0.)
This is the O'Reilly Nutshell series book on Apache.
It includes information on downloading, compiling,
configuring and running Apache.
It also has the most complete documentation to date on the Apache API.
However, the book pre-dates mod_jserv and the Apache JServ servlet engine.
From the world-famous informative "SunSite" web site at
the University of Carolina at Chapel Hill,
this includes the Java FAQ and Java Programmer's Guide.