Java Platform, Enterprise Edition

Java Platform, Enterprise Edition

Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. The Java EE Platform differs from the Standard Edition (SE) of Java in that it adds libraries which provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on modular components running on an application server.

Nomenclature, standards and specifications

The platform was known as "Java 2 Platform, Enterprise Edition" or "J2EE" until the name was changed to "Java EE" in version 5. The current version is called "Java EE 5". The previous version is called "J2EE 1.4".

Java EE is defined by its specification. As with other Java Community Process specifications, Java EE is also considered informally to be a standard since providers must agree to certain conformance requirements in order to declare their products as "Java EE compliant"; albeit with no ISO or ECMA standard.

Java EE includes several API specifications, such as JDBC, RMI, e-mail, JMS, web services, XML, etc, and defines how to coordinate them. Java EE also features some specifications unique to Java EE for components. These include Enterprise JavaBeans, servlets, portlets (following the Java Portlet specification), JavaServer Pages and several web service technologies. This allows developers to create enterprise applications that are portable and scalable, and that integrate with legacy technologies. A Java EE "application server" can handle the transactions, security, scalability, concurrency and management of the components that are deployed to it, meaning that the developers should be able to concentrate more on the business logic of the components rather than on infrastructure and integration tasks.

History

The original J2EE specification was developed by Sun Microsystems.

The J2EE 1.2 SDK was released in December 1999.

Starting with J2EE 1.3, the specification was developed under the Java Community Process. [http://jcp.org/en/jsr/detail?id=58 JSR 58] specifies J2EE 1.3 and [http://jcp.org/en/jsr/detail?id=151 JSR 151] specifies the J2EE 1.4 specification.

The J2EE 1.3 SDK was first released by Sun as a beta in April 2001. The J2EE 1.4 SDK beta was released by Sun in December 2002.

The Java EE 5 specification was developed under [http://jcp.org/en/jsr/detail?id=244 JSR 244] and the final release was made on May 11, 2006.

The Java EE 6 specification has been developed under [http://jcp.org/en/jsr/detail?id=316 JSR 316] and is scheduled for release in 2008.

General APIs

The Java EE APIs includes several technologies that extend the functionality of the base Java SE APIs.


= Javadoc:EE|package=javax.ejb|javax/ejb.* =

The Enterprise JavaBean's 1st and 2nd API defines a set of APIs that a distributed object container will support in order to provide persistence, remote procedure calls (using RMI or RMI-IIOP), concurrency control, and access control for distributed objects. This package contains the maximum number of Exception classes (16 in all) in Java EE 5 SDK. This package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the ejb container.


= Javadoc:EE|package=javax.transaction|javax/transaction.* =

These packages define the Java Transaction API (JTA).


= Javadoc:EE|package=javax.xml.stream|javax/xml/stream =

This package contains the only Error class in Java EE 5 SDK.


= Javadoc:EE|package=javax.jms|javax/jms.* =

This package defines the Java Message Service (JMS) API. This packages the maximum number of interfaces (43 in all) in Java EE 5 SDK. The JMS API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.


= Javadoc:EE|package=javax.faces.component.html|javax/faces/component/html =

This package defines the Java Server Faces (JSF) API. JSF is a technology for constructing user interfaces out of components.


= Javadoc:EE|package=javax.persistence|javax/persistence =

This package contains the maximum number of annotation types (64 in all) and enums (10 in all) in Java EE 5 SDK. This package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes and the clients of the Java Persistence API.

Certified application servers

Java EE 5 certified

* Sun Java System Application Server Platform Edition 9.0, based on the open-source server GlassFish
* WebLogic Application Server 10.0 from BEA Systems
* SAP NetWeaver Application Server, Java EE 5 Edition from SAP
* JEUS 6, an Application Server from TmaxSoft
* Apache Geronimo 2.0
* IBM WebSphere Application Server V7
* IBM WebSphere Application Server Community Edition 2.0, based on Apache Geronimo
* Oracle Containers for Java EE 11
* GlassFish
* Apache OpenEJB via Apache Geronimo

J2EE 1.4 certified

*JBoss, an open-source application server from JBoss. A beta version of the JEE 5 version is available but this version is not certified [http://www.jboss.org/products/jbossas] .
* Apache Geronimo, an open-source application server
*Pramati Server 5.0
*JOnAS, an open-source application server from ObjectWeb
*Oracle Application Server 10g
*Resin, an application server with integrated XML support
* SAP NetWeaver Application Server, Java EE 5 Edition from SAP AG
*Sun Java System Web Server
*Sun Java System Application Server Platform Edition 8.2
*IBM WebSphere Application Server (WAS)
*BEA Systems WebLogic server 8
*JEUS 5 from TmaxSoft

See also

* Web container
* Deployment Descriptor
* Java BluePrints
* Sun Java System Portal Server

References

* cite book
last = Perrone
first = Paul J.
authorlink = Paul_J._Perrone
coauthors = Chaganti, Krishna
year = 2003
title = J2EE Developer's Handbook
publisher = Sam's Publishing
location = Indianapolis, Indiana
id = ISBN 0-672-32348-6

* cite book
last = Bodoff
first = Stephanie
year = 2004
title = The J2EE Tutorial
publisher = Addison-Wesley
location = Boston
id = ISBN 0-321-24575-X

* Solveig Haugland, Mark Cade, Anthony Orapallo: "J2EE 1.4: The Big Picture", Prentice Hall, ISBN 0-13-148010-3
* Alan Monnox: "Rapid J2EE Development: An Adaptive Foundation for Enterprise Applications", Prentice Hall, ISBN 0-13-147220-8
* Renaud Pawlak, Lionel Seinturier, Jean-Philippe Retaillé: "Foundations of AOP for J2EE Development", ISBN 1-59059-507-6
* Christopher Judd, Hakeem Shittu: "Pro Eclipse JST: Plug-ins for J2EE Development", ISBN 1-59059-493-2

External links

* [http://java.sun.com/javaee/index.jsp Java EE homepage]
* [http://java.sun.com/javaee/downloads/index.jsp Java EE 5 SDK]
*
* [http://java.sun.com/javaee/5/javatech.html Java EE 5 Technologies and JSRs]
* [http://java.sun.com/j2ee/compatibility.html Sun's J2EE compatibility page] - Certified J2EE servers


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Java Platform Enterprise Edition — Java Platform, Enterprise Edition, abgekürzt Java EE oder früher J2EE, ist die Spezifikation einer Softwarearchitektur für die transaktionsbasierte Ausführung von in Java programmierten Anwendungen und insbesondere Web Anwendungen. Sie ist eine… …   Deutsch Wikipedia

  • Java Platform, Enterprise Edition — Java Platform, Enterprise Edition, abgekürzt Java EE oder früher J2EE, ist die Spezifikation einer Softwarearchitektur für die transaktionsbasierte Ausführung von in Java programmierten Anwendungen und insbesondere Web Anwendungen. Sie ist eine… …   Deutsch Wikipedia

  • Java Platform, Enterprise Edition — Тип Платформа программирования Разработчик Sun Microsystems …   Википедия

  • Java 2 Enterprise Edition — Java Platform, Enterprise Edition, abgekürzt Java EE oder früher J2EE, ist die Spezifikation einer Softwarearchitektur für die transaktionsbasierte Ausführung von in Java programmierten Anwendungen und insbesondere Web Anwendungen. Sie ist eine… …   Deutsch Wikipedia

  • Java Platform, Standard Edition 6 — Die Java Plattform (englisch Java Platform) definiert die Ablaufumgebung (Java Virtual Machine) und Programmierschnittstellen (Java Application Programming Interface) innerhalb der Java Technologie. Der Kern der Java Plattform ist die Java… …   Deutsch Wikipedia

  • Java Platform Micro Edition — Java Platform, Micro Edition, abgekürzt Java ME [ˈdʒɑːvə ˌɛmˈiː], früher auch als Java Platform 2, Micro Edition oder kurz J2ME bezeichnet, ist eine Umsetzung der Programmiersprache Java für so genannte »embedded consumer products« wie etwa… …   Deutsch Wikipedia

  • Java Platform, Standard Edition — or Java SE is a widely used platform for programming in the Java language. It is the Java Platform used to deploy portable applications for general use.In practical terms, Java SE consists of a virtual machine, which must be used to run Java… …   Wikipedia

  • Java Platform, Micro Edition — Java Platform, Micro Edition, abgekürzt Java ME [ˈdʒɑːvə ˌɛmˈiː], früher auch als Java Platform 2, Micro Edition oder kurz J2ME bezeichnet, ist eine Umsetzung der Programmiersprache Java für so genannte »embedded consumer products« wie… …   Deutsch Wikipedia

  • Java Platform Standard Edition — Die Java Platform, Standard Edition oder kurz Java SE (deutsch „Java Plattform, Standardausgabe“ bis Version 5.0 „Java 2 Platform, Standard Edition“, J2SE [ˌdʒeɪˈtuː ˌɛsˈiː]) ist eine Sammlung von Java APIs. Die Java SE dient als Grundlage für… …   Deutsch Wikipedia

  • Java Platform, Standard Edition — Die Java Platform, Standard Edition oder kurz Java SE (deutsch „Java Plattform, Standardausgabe“ bis Version 5.0 „Java 2 Platform, Standard Edition“, J2SE [ˌdʒeɪˈtuː ˌɛsˈiː]) ist eine Sammlung von Java APIs. Die Java SE dient als Grundlage sowohl …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”