Enterprise Java Tutorials (original) (raw)

Enterprise Java Tutorials
In this detailed Resource page, we feature an abundance of Enterprise Java Tutorials!

Java Platform, Enterprise Edition (Java EE), formerly Java 2 Platform, Enterprise Edition (J2EE), currently Jakarta EE, is a set of specifications, extending Java SE 8 (i.e. not based on latest Java 11; while can also work with later it or later than Java 8) with specifications for enterprise features such as distributed computing and web services. Java EE applications are run on reference runtimes, that can be microservices or application servers, which handle transactions, security, scalability, concurrency and management of the components it is deploying.

Java EE is defined by its specification. The specification defines APIs and their interactions. As with other Java Community Process specifications, providers must meet certain conformance requirements in order to declare their products as Java EE compliant.

Examples of contexts in which Java EE referencing runtimes are used are: e-commerce, accounting, banking information systems.

What’s New in Java EE 8

Java EE 8 continues to improve API and programming models needed for today’s applications and adds features requested by our world-wide community. This release modernizes support for many industry standards and continues simplification of enterprise ready APIs. Enhancements include:

Specifications

Java EE includes several specifications that serve different purposes, like generating web pages, reading and writing from a database in a transactional way, managing distributed queues.

The Java EE APIs include several technologies that extend the functionality of the base Java SE APIs, such as Enterprise JavaBeans, connectors, servlets, JavaServer Pages and several web service technologies.

Enterprise Java Tutorials – Web specifications

Learn about the web specifications of J2EE

Enterprise Java Tutorials – Web service specifications

Learn about the web service specifications of J2EE

Enterprise Java Tutorials – Enterprise specifications

Learn about the enterprise specifications of J2EE

Enterprise Java Tutorials – Other specifications

Finally here are some other specifications of J2EE

[undereg]