Servlet Projects
Calling servlets from HTML links and from HTML forms
Servlet package and use of support classes
Servlet Example 3 and ServletExampl3B
Download both projects (one is the servlet and one is the applet).
Open both projects. Run the servlet first.
Session Tracking
Using Cookies
'Hello World'
2 very simple servlets, one includes a RequestDispatcher 'include'.

Duke's
Book Store 1 - Servlet Version
A multi-servlet 'real life' type example (from the 'Java Tutorial').
Employs sessions tracking, URL rewriting, 'include' & 'forward' and a cookie-based login.