Which are the features in EJB 2.0?
Reveal answer
Fill a bubble to check yourself
Which are the features in EJB 2.0?
A Portable finder query text
Container managed persistence
Local interfaces for session beans
XML based deployment descriptors
EJB 2.0 introduced several major enhancements: EJB QL for portable finder queries (eliminating the need for Finder methods in home interfaces), enhanced container-managed persistence with relationships (CMR), local interfaces to avoid remote call overhead for co-located beans, and standardized XML deployment descriptors. Local interfaces apply to both session and entity beans, improving performance for in-process calls.