Choosing embedded EJB 3.x container to run JEE 5 app on Tomcat
Posted
by grigory
on Stack Overflow
See other posts from Stack Overflow
or by grigory
Published on 2009-02-04T03:02:02Z
Indexed on
2010/04/14
3:13 UTC
Read the original article
Hit count: 324
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?
© Stack Overflow or respective owner