FACTOID # 51: Russia won the first World Air Games, held in Turkey in 1997. Events included hang-gliding, sky-surfing, and ballooning.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "J2EE" also viewed:
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > J2EE

Java 2 Platform, Enterprise Edition or J2EE is a Standard (albeit with no ISO or ECMA standard) for developing distributed Multi-tier architecture applications, based on modular components running on an application server. It uses several technologies, including JDBC and CORBA, and extends their functionality with Enterprise Java Beans, Java Servlets, Java Server Pages and XML technologies. This allows the developer to create an Enterprise Application that is portable between platforms and scalable, while integrating with several legacy technologies.

Contents

General APIs

The J2EE APIs includes several technologies that extend the functionality of the base J2SE APIs.


javax.ejb.*

The Enterprise Java Beans API defines a set of APIs that a distributed object container will support in order to provide persistence, remote communication (using RMI), concurrency control, and access control for distributed objects.


javax.servlet

The Servlets API defines a set of APIs between a web container and a servlet that is responsible for processing requests and issuing responses.


javax.servlet.jsp

The javax.servlet.jsp and javax.servlet.jsp.tagext packages define the JavaServer Pages API.


javax.naming

The javax.naming, javax.naming.directory, javax.naming.event, javax.naming.ldap and javax.naming.spi packages define the Java Naming and Directory Interface (JNDI) API.


java.sql, javax.sql

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


java.transaction.*

These packages define the Java Transaction API (JTA)


javax.xml.*

These packages define the JAXP API


javax.jms.*

These packages define the Java Message Service (JMS) API


Low cost development

One of the benefits of J2EE as a platform is that it is possible to get started with little, or no, expenditure. The J2EE implementation from Sun can be downloaded for free, and there are a great many open source tools available to extend the platform or to simplify development.


Examples of third party open source Java development tools include:

Publications

  • J2EE Developer's Handbook, 2003 Sam's Publishing. Paul J. Perrone (et al), ISBN 0-672-32348-6

External links

  • Sun's J2EE page (http://java.sun.com/j2ee/) - official documentation
  • TheServerSide.com (http://www.theserverside.com/) - popular discussion site for J2EE developers

Examples of J2EE application servers include:

  • JBoss Application Server (http://www.jboss.org/products/jbossas)
  • JOnAS: Java Open Application Server (http://jonas.objectweb.org)
  • Geronimo (http://incubator.apache.org/projects/geronimo/)
  • Sun Java System Application Server (http://www.sun.com/software/products/appsrvr/home_appsrvr.xml)
  • BEA WebLogic (http://bea.com/framework.jsp?CNT=index.htm&FP=/content/products/server/)
  • IBM Websphere Application Server (http://www-306.ibm.com/software/webservers/appserv/was/features/)
  • Borland Enterprise Server (http://www.borland.com/bes/appserver/)
  • More : Certified J2EE servers list (http://java.sun.com/j2ee/compatibility.html)

  Results from FactBites:
 
ONJava.com: J2EE Connector Architecture (1321 words)
J2EE CA is a standards-based mechanism of accessing legacy systems from Java / J2EE applications that significantly reduces the challenges of legacy system integration.
J2EE CA is to legacy data and application integration as JDBC is to database interaction.
This is because J2EE CA functions as a bridge between the resource adapter and the remainder of the J2EE application server, its services, containers, and any components running in those containers.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.