Library
Java EE 5 version 5.0.0
Add to favorites
JDK version:1.5
Web site:http://java.sun.com/javaee/ [License]
Books:Click here to see recommendations
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications. Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.
Statistics
Packages
Comments
Books
Packages
NameDescription
javax.ejbThe javax.ejb 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.
javax.ejb.spiThe javax.ejb.spi package defines interfaces that are implemented by the EJB container.
javax.elProvides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies.
javax.enterprise.deploy.modelProvides Tool Vendor implementation classes.
javax.enterprise.deploy.model.exceptionsProvides Tool Vendor exception implementation classes.
javax.enterprise.deploy.sharedProvides shared objects for Tool Vendor and Product Vendor implementation classes.
javax.enterprise.deploy.shared.factoriesProvides shared factory manager object for Tool Vendor and Product Vendor implementation classes.
javax.enterprise.deploy.spiProvides J2EE Product Vendor implementation classes.
javax.enterprise.deploy.spi.exceptionsProvides J2EE Product Vendor deployment exception implementation classes.
javax.enterprise.deploy.spi.factoriesProvides J2EE Product Vendor deployment factory implementation classes.
javax.enterprise.deploy.spi.statusProvides J2EE Product Vendor deployment status implementation classes.
javax.interceptorThe javax.interceptor package contains classes and interfaces for use with EJB interceptors.
javax.jms

The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.

javax.management.j2eeProvides the J2EE Management Enterprise Bean component (MEJB) interfaces.
javax.management.j2ee.statisticsProvides the standard interfaces for accessing performance data from J2EE managed objects
javax.persistenceThe javax.persistence 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.
javax.persistence.spiThe javax.persistence.spi package defines the classes and interfaces that are implemented by the persistence provider and the Java EE container for use by the container, provider, and/or Persistence bootstrap class in deployment and bootstrapping.
javax.resourceThe javax.resource package is the top-level package for the J2EE Connector API specification.
javax.resource.cciThe javax.resource.cci package contains API specification for the Common Client Interface (CCI).
javax.resource.spiThe javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification.
javax.resource.spi.endpointThis package contains system contracts for service endpoint interactions.
javax.resource.spi.securityThe javax.resource.spi.security package contains APIs for the security management contract.
javax.resource.spi.workThis package contains APIs for the work management contract.
javax.security.jaccThis package contains the Java Authorization Contract for Containers API
javax.servletThe javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.servlet.httpThe javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.servlet.jspClasses and interfaces for the Core JSP 2.1 API.
javax.servlet.jsp.elProvides the ELResolver classes that define the object resolution rules that must be supported by a JSP container with the new unified Expression Language.
javax.servlet.jsp.tagextClasses and interfaces for the definition of JavaServer Pages Tag Libraries.
javax.transactionProvides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.
javax.transaction.xaProvides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
Search