Migrating CGI Scripts to Java ServletsBy Chád DarbyJava Developers Journal, January 1998 |
IntroductionThe rapid acceptance of Java for client and server applications has created an immediate need to move existing CGI scripts to Java servlets. Java servlets are server-side components that can extend the functionality of a Java-enabled web server. Currently, there are a number of enterprise web applications that provide server-side functionality with CGI scripts. Java servlets provide a number of enhancements to the current CGI architecture. In this article, you will learn what servlets are, how you can integrate them into your web application and the benefits of using servlets. An overview of the servlet API is given along with servlet examples for accessing CGI environment variables and processing HTML form data.
|
Source CodeIndividual Files
Above Files in Compressed Format
Additional Servlet ArticlesRelated Books Recommended by Chád Darby |
CONSULTING | DEVELOPMENT | PUBLICATIONS | TALKS | ABOUT
Copyright © 1999, J9 Consulting
November 21, 1998