Java Applications Using EJBs
back
|
1
2
3
4
5
6
7
8
9
10
|
next
Enterprise JavaBean (EJB) technology runs in Oracle9
i
AS Containers for J2EE, allowing developers to focus on implementing business logic for applications rather than developing system-level functionality. Key features include:
EJB 1.1 & 2.0 support
Container-managed and bean-managed persistence
Dynamic EJB stub generation on demand
Enterprise archive (EAR) deployment
Automatic or manual EJB application deployment