Monday, May 16, 2011

Architecture of the Servlet Package


The javax.servlet package provides a set of interfaces and classes for writing servlets.


These classes and interfaces are normally found in 'Enterprise Edition' versions of the Java SDK. They are also included within TJI's ide.jar so that servlets can be developed by those without an EE SDK.
The architecture of the servlet package is described below.