Return to index

 

Servlet Projects

 

Servlet Example 1

Calling servlets from HTML links and from HTML forms

 

Servlet Example 2

Servlet package and use of support classes

 

Applet-Servlet Communication

Servlet Example 3 and ServletExampl3B

Download both projects (one is the servlet and one is the applet).

Open both projects. Run the servlet first.

 

Servlet Example 4

Session Tracking

 

Servlet Example 5

Using Cookies

 

Servlet Example 7

'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.

 

Return to index