Embedded JBoss / Embedded EJB3
From Shrubbery
(Redirected from Embedded EJB3)
- JBoss can be used inside Tomcat, or inside a plain Java Standard Edition JVM.
Contents |
Overview
This new version is used in Seam 2.0, and the codebase is the JBoss AS 5.x tree (sort of... it's a little more complex than that).
- JBoss Embedded AS - The newest incarnation : http://www.jboss.org/community/wiki/JBossEmbeddedAS
This uses many new modules:- New 'bootstrap' module which will be the launcher for both JBoss AS and JBoss Embedded. See JBoss - Reloaded
- New 'shrink wrap' virtual archive module.
- These modules are used in conjunction with an unmodified build of JBoss AS 6.x. (currently JBoss AS 6.0.0 M1)
- Embedded JBoss - The branch of pre-JBoss 5.x with some hacks to make it work.
- Embeddable EJB3 - The oldest incarnation, used in the Seam 1.x distributions.
Links
JBoss Embedded AS
Currently under development.
Embedded JBoss
Embedded EJB3
- Embedded EJB3 Performance Tips
- http://www.madplanet.com/weblog/blog/schaefa/Java/2006/10/30/Embedded-EJB3-Container-from-JBoss.html
- http://schuchert.wikispaces.com/EJB3+Tutorial+5+-+Message+Driven+Beans

