J2EE
Java Platform, Enterprise Edition or Java EE is a
widely used platform for server programming in the Java programming language.
The Java platform (Enterprise Edition) differs from the Java Standard Edition
Platform (Java SE) in that it adds libraries which provide functionality to
deploy fault-tolerant, distributed, multi-tier Java software, based largely on
modular components running on an application server.
The
J2EE SDK architecture consists of the following components:
·
The
J2EE server
·
The
EJB Container
·
The
Web Container


