Sams Teach Yourself BEA WebLogic Server 7.0 in 21 Days
WebLogic's Support for Enterprise JavaBeans
The EJB specification has matured from 1.1 to 2.0 with lots of attractive new features. WebLogic Server is one of the first application servers to provide support for both the EJB 1.1 and EJB 2.0 specifications. This means that developers can develop applications for both EJB specification versions. In addition, EJB 1.1 compliant applications can be easily migrated and deployed to the EJB 2.0 specification using WebLogic Server. WebLogic Server provides tools to enable developers to migrate applications compliant with the EJB 1.1 specification to the EJB 2.0 specification. The WebLogic Server supports the complete EJB 2.0 specification, from WebLogic Server version 6.1 onward. In Figure 10.1 you can see the EJB container within the WebLogic Server. The WebLogic Server fulfills the roles of EJBServerProvider and EJBContainerProvider specified in the EJB 2.0 specification. The WebLogic Server provides an EJB container compliant with the EJB 2.0 specification with required services such as component management, connection and instance pooling, security services, and transaction services. Because the current specification assumes that the roles of EJBServerProvider and EJBContainerProvider are analogous, the WebLogic Server fulfills both of these EJB specification roles. Figure 10.1. WebLogic Server and its components EJBs.The current version (7.0) of WebLogic Server continues this support for the EJB 2.0 specification by introducing support for the following new features:
These new features of the EJB 2.0 specification supported by WebLogic Server 7.0 will be covered in coming days. |