Choosing embedded EJB 3.x container to run JEE 5 app on Tomcat
- by grigory
I am sorry in advance if my question sounds too generic - I am doing all preliminary research myself but nothing substitutes real experience...
My goal is to port a legacy JEE application (pre-EJB 3.x) to Tomcat with embedded EJB container. My choices currently stand as follows:
JBoss Embeddable EJB
Apache OpenEJB
OW2 Consortium EasyBeans
anything else?
I am expecting to use JMS (with MDBs), Session beans (stateful and stateless), JPA and I am really excited about using JSF with Seam.
Now, given choices above, are there any advantages in using one or another embedded EJB provider?