Table of Contents
PPT Slide
Outline
What’s a Servlet?
The Trouble with CGI Programs...
to the Rescue?
Why you need Java Servlets
What’s needed to write Servlets?
What’s needed to run Servlets?
A Servlet in action
A Simple Servlet: Calling from HTML ..This servlet reads two parameters from an HTML form. It then does simple calculations and generates a new HTML page with the results. Here is the initial HTML:
A Simple Servlet: Java Source Code
JDBC Overview
PPT Slide
db query Servlet: opening the db
PPT Slide
db query Servlet: Converting SQL results to HTML
db Servlets: Performance Considerations
PPT Slide
PPT Slide
Cool Servlet Stuff: Server-Side Includes
PPT Slide
Servlet Resources
|