[wildfly-dev] API differences javax EE6 vs JBoss EE6 specs

hanasaki at gmail.com hanasaki at gmail.com
Wed May 21 04:03:44 EDT 2014


What are the differences between the JBoss EE6 API and the Oracle EE6 
API as specified by the below maven dependencies?  What issues, if any, 
are there in using the oracle javax api spec?  Since the spec is final, 
wouldn't there be no differences to expect?

Thank you.

reference info below:

         <dependency>
             <groupId>javax</groupId>
             <artifactId>javaee-api</artifactId>
             <version>6.0</version>
             <scope>compile</scope>
         </dependency>

<groupId>org.jboss.spec</groupId>
	<artifactId>jboss-javaee-6.0</artifactId>
	<artifactId>jboss-javaee-all-6.0</artifactId>
	<version>3.0.2.Final</version>
</dependency>


More information about the wildfly-dev mailing list