| Name and Rating | Description | Prerequisite |
Simple Servlet Beginner | A very simple "Hello, World" servlet bundled in a web archive (war file) with a proper Java web app directory structure and deployment descriptor (web.xml). | |
Simple Jsp Beginner | A very simple "Hello, World" JSP bundled in a web archive (war file) with a proper Java web app directory structure and deployment descriptor (web.xml). | |
Simple MVC Beginner++ | A very simple example of the Model View Controller pattern as applied to a Java web application. | Simple Servlet |
Simple Command Beginner++ | A very Simple implementation of the "Command Pattern" or "Front Controller pattern" in a Java web application. | Simple MVC |
Simple Stream Beginner++ | A small demo app that shows how to stream images using a servlet. | Simple Servlet |