Java EE Full Platform 7.0
This feature combines the Liberty features that support the Java EE 7.0 Full Platform.
Enabling this feature
To enable the Java EE Full Platform 7.0 feature, add the following element declaration inside the featureManager element in your
server.xml file:
<feature>javaee-7.0</feature>
Developing a feature that depends on this feature
If you are developing a feature that depends on the Java EE Full Platform 7.0 feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.javaee-7.0; type="osgi.subsystem.feature"
Features that this feature enables
- appClientSupport-1.0 - Application Client Support for Server
- batch-1.0 - Batch API 1.0
- concurrent-1.0 - Concurrency Utilities for Java EE 1.0
- ejb-3.2 - Enterprise JavaBeans 3.2
- j2eeManagement-1.1 - J2EE Management 1.1
- jacc-1.5 - Java Authorization Contract for Containers 1.5
- jaspic-1.1 - Java Authentication SPI for Containers 1.1
- javaMail-1.5 - JavaMail 1.5
- jaxws-2.2 - Java Web Services 2.2
- jca-1.7 - Java Connector Architecture 1.7
- jcaInboundSecurity-1.0 - Java Connector Architecture Security Inflow
- servlet-3.1 - Java Servlets 3.1
- wasJmsClient-2.0 - JMS 2.0 Client for Message Server
- wasJmsSecurity-1.0 - Message Server Security 1.0
- wasJmsServer-1.0 - Message Server 1.0
- webProfile-7.0 - Java EE Web Profile 7.0
Feature configuration elements
You can use the following elements in your server.xml file to configure the Java EE Full Platform 7.0 feature: