Table of Contents

Java - J2EE Web components

About

J2EE Web components can be either:

Servlets are Java programming language classes that dynamically process requests and construct responses. JSP pages are text-based documents that execute as servlets but allow a more natural approach to creating static content.

Non J2EE Web Component: This component are bundled with Web components during application assembly but are not considered Web components by the J2EE specification: