Web container
From Wikipedia, the free encyclopedia
| This article contains too much jargon and may need simplification or further explanation. Please discuss this issue on the talk page, and/or remove or explain jargon terms used in the article. Editing help is available. (December 2008) |
In Java Platform, Enterprise Edition, a web container "implements the web component contract of the J2EE architecture".[1] This contract specifies a runtime environment for web components that includes security, concurrency, life-cycle management, transaction, deployment, and other services. A web container provides the same services as a JSP container as well as a federated view of the Java EE (formerly J2EE) platform APIs.
Examples of web containers are:

