Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 519 Bytes

File metadata and controls

12 lines (7 loc) · 519 Bytes

Decorators in Jakarta EE

When running in Jakarta EE, the container must extend the rules defined for managed beans in [decorators] to EJB session beans.

Decorator beans in Jakarta EE

Decorators of an EJB session bean must comply with the bean provider programming restrictions defined by the EJB specification. Decorators of an EJB stateful session bean must comply with the rules for instance passivation and conversational state defined by the EJB specification.