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:
- Articles on InfoQ:
- ReST Introduction
- Doubts about ReST
- ReST anti-patterns
- ThoughtWorks Podcast
-
ClassDescriptionA servlet that provides access to a
FamilyTree
via RESTA 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 databaseA servlet that returns all sorts of information available from the servlet API.A servlet that uses a session to maintain information about a user