Package edu.pdx.cs410J.servlets


package edu.pdx.cs410J.servlets

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:

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