Web Server Administration: Java Servlets
Java Servlets
Java Servlets allow Java programs to run as part of the web server
- Java VM tightly integrated into httpd
Doesn't have the process startup or persistence problems of CGI
Provides an easy to use API for dealing with HTTP requests and responses