Web Applications
- Falkner and Jones have created a web application that contains all the
example Servlets from their book. Here it is on a running Tomcat server:
- Web applications can be zipped into WAR (Web Application Resource) files
that are functionally similar to JAR files.
- If references to resources are relative rather than absolute, WAR files
can be extremely portable.