|
Articles Index
Servlets are commonly used as an efficient platform-independent replacement
for Common Gateway Interface (CGI) scripts.
Servlets on iPlanet by Amanda Waite
This article demonstrates how to determine if Java Servlet dynamic class reloading has been enabled in an application server when a Web module is deployed in iPlanet Application Server 6.0 (iAS6.0)
(April 2002)
Servlet
Inter-communication with CORBA by Qusay H. Mahmoud with code concept contributed by Channasubbanna Prasad
Learn how to invoke a CORBA object from an HTML form using a servlet, and use
the information to create a
sample multiplication servlet.
(April 2001)
Navigating with
Servlets by Dana Nourie
Learn
servlet basics and how to write a redirection servlet to support JavaScript
menus. (March 2001)
Servlet 2.3: New Features Exposed by Jason Hunter
This article describes changes between the Java Servlet API 2.2 and Java Servlet API 2.3.(January 2001)
Take Control of the Servlet Environment by Thomas E. Davis and Craig Walker
This article introduces the foundation for inserting an invisible layer of logic between the servlet engine and your servlet code. This layer uses simple and common design patterns and open doors to clever and powerful enhancements.(November 2000)
What's
new in the Java Servlet API 2.2? by Jason Hunter
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)
Java 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)
To Top
|