Comparison
Differences between TomEE versions and/or flavors
Detailed list of Jakarta EE 8.0 and MicroProfile 2.0 specifications
Specifications | Tomcat | TomEE WebProfile | TomEE MicroProfile | TomEE Plus | TomEE Plume |
---|---|---|---|---|---|
Jakarta Authentication (JASPIC) 1.1 |
|||||
Jakarta Servlet 4.0 |
|||||
Jakarta Server Pages (JSP) 2.3 |
|||||
Jakarta Expression Language (EL) 3.0 |
|||||
Jakarta Dependency Injection (@Inject) 1.0 |
|||||
Jakarta Enterprise Beans (EJB) 3.2 |
|||||
Jakarta Faces (JSF) 2.3 |
|||||
Jakarta JSON Binding (JSON-B) 1.0 |
|||||
Jakarta JSON Processing (JSON-P) 1.1 |
|||||
Jakarta Mail (JavaMail) 1.6 |
|||||
Jakarta Persistence (JPA) 2.2 |
|||||
Jakarta RESTful Web Services (JAX-RS) 2.1 |
|||||
Jakarta Security (Enterprise Security) * 1.0 |
|||||
Jakarta Standard Tag Library (JSTL) * 1.2 |
|||||
Jakarta Transactions (JTA) 1.3 |
|||||
Jakarta XML Binding (JAXB) 2.3 |
|||||
Jakarta Authorization (JACC) 1.5 |
|||||
Jakarta Batch (JBatch) 1.0 |
|||||
Jakarta Messaging (JMS) 2.0 |
|||||
Jakarta SOAP with Attachments (SAAJ) 1.4 |
|||||
Jakarta Web Services Metadata (JWS) 2.1 |
|||||
Jakarta XML Web Services (JAX-WS) 2.3 |
|||||
Jakarta Faces (JSF) implementation |
MyFaces |
MyFaces |
MyFaces |
Mojarra |
|
Jakarta Persistence (JPA) implementation(s) |
OpenJPA |
OpenJPA |
OpenJPA |
OpenJPA, EclipseLink |
-
Please note that Tomcat does not ship with the jars for Standard Tag Library (JSTL) nor the javax.security.enterprise.* packages.
Implementations of Jakarta EE and MicroProfile features in TomEE 8.x
Specifications | Implementations included by TomEE 8.x |
---|---|
Jakarta Servlet, Server Pages (JSP), Expression Language (EL), |
Apache Tomcat 9.0.x |
Jakarta Standard Tag Library (JSTL) |
|
Jakarta Faces (JSF) |
Apache MyFaces (shipped in all TomEE flavors except Plume) |
Jakarta Contexts and Dependency Injection (CDI) |
|
Jakarta Enterprise Beans (EJB) |
|
Jakarta Transactions (JTA) |
Apache Geronimo Transaction Manager |
Jakarta Persistence (JPA) |
Apache OpenJPA 3.2.x (shipped in all TomEE flavors) |
Jakarta Bean Validation |
|
Web Services |
Apache CXF 3.5.x |
Jakarta JSON Binding (JSON-B), |
Apache Johnzon 1.2.x |
Jakarta XML Binding (JAXB) |
|
Jakarta Mail (JavaMail) |
Apache Geronimo JavaMail |
MicroProfile |
Apache Geronimo MicroProfile (ok with TomEE 7.1.x and 8.x) |
Jakarta Batch (JBatch) |
|
Jakarta Messaging (JMS) |
In bold : Implementations that differ between flavors or between versions
Compatibility with other implementations
Specifications | Implementations alternatives |
---|---|
Jakarta Persistence (JPA) |
Hibernate ORM 5.6.x |
Jakarta MVC |
Eclipse Krazo 1.x |
Other containers (CDI, EJB, JTA, etc.) and frameworks |
Spring 5.3.x |
-
Please note that TomEE does not ship with the jars for Hibernate, Jersey, Krazo, Spring.