Package edu.pdx.cs399J.servlets

This package contains examples of Java servlets that are deployed to a web container.

See:
          Description

Class Summary
FamilyTreeServlet A servlet that provides access to a FamilyTree via REST
FileUploadServlet A servlet that demonstrates how to upload a file to a web server.
LastVisitServlet This servlet sets cookies on the client's browser to determine when the last time the page was visited.
MovieDatabaseServlet A servlet that provides REST access to a movie database
ServletInfoServlet A servlet that returns all sorts of information available from the servlet API.
SessionServlet A servlet that uses a session to maintain information about a user
 

Package edu.pdx.cs399J.servlets Description

This package contains examples of Java servlets that are deployed to a web container. Here are some links about servlets:

It also contains some examples of ReST-ful web services. You can learn more about ReST from:



Copyright © 2000-2009 Portland State University. All Rights Reserved.