|
- J2EE is a standard for building enterprise applications. It includes technologies for implementing business logic, database access, message exchange, transaction management, web requests processing and many other features.
-
The main approach of J2EE is separating presentation level from business logic(lightweight client applications) and business logic from data storage ( application level of n-tier architecture).
-
J2EE is an environment for developing and deploying applications.
-
The J2EE platform consists of a set of services, application programming interfaces (APIs) and protocols that provide the functionality for developing multitiered, web based applications.
|