Common classes for Java Beans
JBoss Deployer for QMF enabled Session Beans.
Enables to inject EJB3 beans into xwork2 actions via annotations. For example:@InjectEJB(name="UserSessionBean")private UserSessionBeanIfc userSessionBean;It's loosely based on strut2ejb...