2.1 interface -> 3.0 Session Bean compatibility
-----------------------------------------------
Key: OPENEJB-89
URL: http://jira.codehaus.org/browse/OPENEJB-89
Project: OpenEJB
Type: New Feature
Components: ejb3 simplified
Versions: 3.0
Reporter: David Blevins
Fix For: 3.0
See "Adapting EJB 3.0 Session Beans to Earlier Client Views"
Stateless:
home.create() -> no affect
home.remove() -> no affect
Stateful:
home.create<METHOD>(args) -> PostConstruct and Init(args)
home.remove() -> PreDestroy
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira