From J2EE Tutorial and SUN ? and Hall

Servlets are pieces of JavaTM source code that add functionality to a web server in a manner similar to the way applets add functionality to a browser. Servlets are designed to support a request/response computing model that is commonly used in web servers. In a request/response model, a client sends a request message to a server and the server responds by sending back a reply message.

  • What is a servlet (Hall)
  • What is a servlet (SUN) 1.4
  • Overview, Overview ? and examples
  • ServletTopics
  • ServletsJob
  • overCGI ?(SUN)
  • overCGI (Hall)
  • overCGI Summary
  • CompileServlets
  • more explicit setUp CSUC - TomCat
  • CGI