Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > EJB applications
Implementing EJB 3.x applications
Use this task when you are implementing EJB 3.x applications. JAX-WS Based on the EJB specification, enterprise beans are Java components that typically implement the business logic of Java Platform, Enterprise Edition (JEE) applications as well as access data. IBMWAS provides broad support for enterprise beans, including the EJB 2.x and EJB 3.x specifications. The EJB 3.x specifications simplify the development of business logic and data handling for enterprise applications. We can assemble the beans into one or more EJB 3.x modules using one of the assembly tools.This task lists the steps needed to implement EJB 3.x application in WAS, including tuning and troubleshooting tips.
Procedure
- Migrate enterprise bean code.
- Develop EJB 3.x applications.
- Assemble EJB 3.x applications.
- Deploy the EJB 3.x applications.
- Administer EJB 3.x applications.
- Secure EJB 3.x applications.
- Tune EJB 3.x applications.
- Troubleshoot EJB 3.x applications.
Results
You have implemented EJB 3.x applications on WAS.
Related tasks
Change applications to WebSphere "version specific" setRollbackOnly behavior