Member-only story
J2EE Architecture
Java 2 Platform Enterprise Edition (J2EE) is the standard platform for developing enterprise applications such as ERP, CRM, and SCM.
Please support me if you feel that I contribute value to you!
Last 5 months, I get harder to achieve the earnings I want, but if I stop, I feel sorry for my referred members.
It can provide a component-based approach to designing, developing, assembling, and deploying enterprise applications. Since J2EE creates standard reusable modular components in a hierarchical structure, it reduces the difficulty of programming.
J2EE is a three-tier architectural application model.
4 layers
- Client Layer (Client)— Components running on the client. It supports a variety of clients, either a web browser or an app.
- Web Layer (Server) — Components running on the J2EE server. It can respond to client requests and access components encapsulated with business logic.
- Business Layer (EJB)— Component running on the J2EE server. It…