Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > EJB applications
Implementing EJB 2.x applications
Use this task when you are implementing EJB 2.x applications. JAX-WS Based on the EJB specification, enterprise beans are Java components that typically implement the business logic of J2EE applications as well as access data. IBMWAS provides broad support for enterprise beans, including the EJB 2.x and EJB 3.0 and EJB 3.1 specifications. The EJB 2.x specification includes a container-managed persistence (CMP) 2.0 component model, which provides a number of improvements to aid developer productivity and application performance. The EJB 3.0 and 3.1 specifications simplify the development of business logic and data handling for enterprise applications.This task lists the steps needed to implement EJB 2.x application in WAS, including tuning and troubleshooting tips.
Procedure
- Migrate enterprise bean code.
- Develop EJB 2.x applications.
- Assemble EJB 2.x applications.
- Deploy EJB 2.x applications.
- Administer EJB 2.x applications.
- Secure EJB 2.x applications.
- Tune EJB 2.x applications.
- Troubleshoot EJB 2.x applications.
Results
You have implemented EJB 2.x applications on WAS.