Apache Jserv
- A servlet engine built for use with the Apache webserver
- Servlets are Java programs that run on the
web server machine, invoked by the web server.
- Not Applets (Java programs that run on the
client (desktop) machine, invoked by the browser,
embedded in web pages.)
- Examples
- Tutorial
- The Java Apache project