G |
J2EE Overview |
|
The J2EE specification defines a standard mechanism for hosting J2EE applications known as the J2EE platform. The platform uses a component-based approach to provide a multitiered, distributed, transactional model for enterprise applications. Conceptually, the architecture is almost always three tier — client, business logic, and database or Enterprise Information Systems (EIS). J2EE maintains control and provides services through interfaces or framework known as containers.
java command.
In the server-side J2EE context, a component is a unit of functionality that is assembled, along with any required resources, into a J2EE application. Client-side containers communicate with the J2EE container and server-side components through a client JAR ( Java ARchive ) generated at deployment time.
|
|