Enables to inject EJB3 beans into xwork2 actions via annotations. For example:
@InjectEJB(name="UserSessionBean")
private UserSessionBeanIfc userSessionBean;It's loosely based on strut2ejb3 plugin http://code.google.com/p/struts2ejb3/ , added caching optimalizations so it will behave more efficiently during runtime.
At the moment it is specifically targeted at JBoss - updates will follow shortly so other app. servers will be supported.
configuration example:
changelog:
0.0.4
added optional 'appname' annotation element where you can specify the application name
(most usually ear name) - the EJB lookup is now done in both Global JNDI tree and also
in application specific tree (if appname specified)
30 Day Summary Apr 12 2013 — May 12 2013
|
12 Month Summary May 12 2012 — May 12 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.