Java Enterprise Edition
Java EE is an umbrella specification that contains a set of interoperable API specifications that support the development of enterprise systems with Java. Java EE provides higher-level abstractions for common system concerns.
Goals
- Enable the development of enterprise systems at pace while being less costly to implement
- Modernize for the cloud environments and microservice architectures
- Enhance support for HTML5 and HTTP/2
- Annotation-based configuration
- Dependency injection for object creation
APIs



