Go to Home Page


J2EE

J2EE technology provides a component-based approach to the design, development, assembly, and deployment of enterprise applications. It Offers multitiered distributed application model, the ability to reuse components, integrated Extensible Markup Language (XML)-based data interchange, a unified security model, and flexible transaction control.

This will cover below J2EE concepts

Multitiered Applications

Application logic is divided into components according to function, and the various application components that make up a J2EE application are installed on different machines depending on the tier in the multitiered J2EE environment to which the application component belongs.

J2EE Archietecture Diagram

Components Are

Container

Packaging

Using modules and EAR files makes it possible to assemble a number of different J2EE applications using some of the same components. No extra coding is needed; it is just a matter of assembling various J2EE modules into J2EE EAR files.

Java Servlet Technology

JavaServer Pages Technology (JSP)

Java Message Service

Other Some Servicse Are

Summarizing The J2EE platform is a platform-independent, full systems integration solution that creates an open marketplace in which every vendor can sell to every customer. The J2EE APIs enable systems and applications integration through the following:


Go to Home Page