EJB Almanac @PostActivate
Posted by mriem on April 23, 2009 at 8:05 PM PDT
What if you have expensive resources that you only use when a stateful session bean is active? Well, with the @PostActivate annotation you can execute code just after your session bean becomes active, but before the business methods is called. See the EJB Almanac page for more information.
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- mriem's blog
- 603 reads





