Servlets
This is the directory that contains the example servlets discussed in the Servlets
chapter. Note that the two Servlets discussed here,
PassThroughServlet.java, and
RemoteStorageServlet.java, are not full-fledged
servlets, but are examples of what could be done. These two classes will require a
servlet container, like Tomcat, to execute and/or
compile.