The Web Application

As we know, the J2EE specification addresses the broad topic of building applications across multiple conceptual tiers. Java servlets and JSPs are part of what we referred to in our architecture discussion as the presentation tier or as it is sometimes referred to as, the Web tier. Applications created for the Web tier are considered Web applications and the servlet specification details how these applications can be packaged.

A Web application can be composed of a number of different components, not only servlets and JSPs, but HTML pages and any graphic files those pages may require, in addition to various class files the servlets and JSPs may need. But that may not be all. In addition to these components, various XML configuration ...

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.