Java - Application Server
About
application server in Java
A J2EE Server is application server on the J2EE platform.
It contains the web-tier and the business tier where the components are placed in logical container.
Tier | Components | Container |
---|---|---|
Web-tier | Web components (jsp page or servlet) | web container |
Business-tier | Enterprise javabean (EJB) | EJB container |
Articles Related
Third-party
List of third-party J2EE web application servers:
- WebSphere
- SAP Application Server 7.0.
-
- Oracle Containers for J2EE (OC4J) Oracle Containers for J2EE (OC4J) is the J2EE runtime component of Oracle Application Server.
- Orion Application Server Application Server website for J2ee
- JBoss 4.04.
- Jetty