Skip to main content

EJB Almanac @PostActivate

Posted by mriem on April 23, 2009 at 11:05 PM EDT

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 >>