Skip Headers
Oracle® Application Server Quick Tour
10g Release 2 (10.1.2)
Part No. B13993-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous
Previous
Next
Next
 

Java Applications Using EJBs

Enterprise JavaBean (EJB) technology runs in Oracle Application Server Containers for J2EE, allowing developers to focus on implementing business logic rather than developing system-level functionality. Key features include:
  • Full EJB 2.0 implementation, which includes support for session, entity, and message-driven bean types

  • Container-managed persistence and container-managed relationship support for entity beans

  • Dynamic EJB stub generation on deployment

  • Enterprise archive (EAR) deployment

JDeveloper with EBJ