Servlets are commonly used as an efficient platform-independent replacement
for Common Gateway Interface (CGI) scripts.
What's
new in the Java Servlet API 2.2?
This article explains the differences between the Java Servlet API 2.1 and
2.2, and shows you how to write servlets using version 2.2(November 1999)
JavaTM Servlets and
Serialization with RMI by Scott McPherson
This article describes how to create Internet-based applications
using Java servlets and object serialization together with RMI.(October 1999)
Developing Scalable, Reliable, Business
Applications with Servlets by Razorfish
Learn how Razorfish solved their distributed business application challenges
by using servlets.(April 1998)
Java Server Technologies, Part
II by Greg Voss Release JDK 1.1
This article focuses primarily on the advantages of extending server
functionality with servlets.(May 1997)
Java Server Technologies, Part
I by Greg Voss Release JDK 1.1
An in-depth article about servlets and server programming.(April 1997)
Dave Brown On Servers
and Multithreading by John Papageorge
Are you synchronizing too much?(September 1997)
To Top