Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
Description
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