Table of Contents

Servlets

This lecture covers the JEE's approach to server-side processing. It introduces the overall Tomcat architecture and focuses on the servlet container. The hands-on lab session will walk you through the installation of Tomcat and introduces you to the capabilities of its three engines, Coyote, Catalina, and Jasper.

Outline

Tomcat as a Framework
Architecture
The MVC Design Pattern
The Life Cycle
The Directory Structure
The API

To Do