Determining the Java EE Components Used in the Project
TomEE has three versions: WebProfile, JAX-Rs, and Plus. They support different numbers of technical standards, as listed in Table 1.
Feature |
WebProfile |
JAX-RS |
Plus |
|---|---|---|---|
Servlet 3.0 |
Yes |
Yes |
Yes |
CDI |
Yes |
Yes |
Yes |
EJB |
Yes |
Yes |
Yes |
JPA |
Yes |
Yes |
Yes |
JSF |
Yes |
Yes |
Yes |
JSP |
Yes |
Yes |
Yes |
JSTL |
Yes |
Yes |
Yes |
JTA |
Yes |
Yes |
Yes |
JavaMail |
Yes |
Yes |
Yes |
Bean Validation |
Yes |
Yes |
Yes |
JAX-RS |
No |
Yes |
Yes |
JAX-WS |
No |
No |
Yes |
JMS |
No |
No |
Yes |
Connector |
No |
No |
Yes |
The Plus version supports 14 technical standards and is recommended.
Parent topic: Porting WebLogic Applications to TomEE