J2ee Website Links For
Java
 

Information About

J2ee




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 additional libraries which provide functionality to deploy fault-tolerant, Distributed , Multi-tier Java Software , based largely on Modular Component s 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 1.5.

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 Service s, XML , etc, and defines how to coordinate them. Java EE also features some specifications unique to Java EE for components. These include Enterprise JavaBean s, Servlet s, Portlet s (following the Java Portlet Specification ), JavaServer Pages and several Web Service technologies. This allows developers to create Enterprise Application s that are Portable and Scalable , and that integrate with legacy technologies. A J2EE "application server" can handle the transactions, security, arity, scalability, "gender", concurrency and management of the components that are deployed to it, meaning that the developers can concentrate more on the business logic of the components rather than on infrastructure and integration tasks.


HISTORY

See Also: Java EE version 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 . JSR 58 specifies J2EE 1.3 and 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 JSR 244 and the final release was made on May 11 , 2006 .

The Java EE 6 specification is being developed under 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 API s.






The javax.naming, , , and packages define the Java Naming And Directory Interface (JNDI) API.


,


The java.sql and javax.sql packages define the Java Database Connectivity (JDBC) API .





  • These packages define the JAXP API. This is used for XML parsing.






  • These packages define the JAX-WS API responsible for web services support.



JAVA EE 5 APPLICATION SERVER CERTIFIED



J2EE 1.4 APPLICATION SERVER CERTIFIED



J2EE 1.3 APPLICATION SERVER CERTIFIED

  • JRun Application Server from Macromedia...



PUBLICATIONS



SEE ALSO



EXTERNAL LINKS



Examples of Java EE Application Server s