CICS enterprise
beans roadmap
- Familiarize yourself with CICS® support for enterprise beans by reading What are enterprise beans?.
- Read the overview of the steps involved in setting up a CICS EJB server
in Configuring CICS as an EJB server—overview.
- Set up a basic, single-region EJB server and name server—see Setting up a single-region EJB server.
- Test your single-region EJB server by running the EJB installation
verification program (IVP)—see Running the EJB IVP.
- Further test your EJB server by running the EJB sample applications—see Running the sample EJB applications.
- Optionally, expand your single-region EJB server into a multi-region
server capable of load balancing—see Setting up a multi-region EJB server.
- Implement any security controls required by your system—see Managing security for enterprise beans.
- Code your session bean. If you are not using an Integrated Development
Environment (IDE), see Coding a session bean.
- Follow the deployment process described in Deploying enterprise beans,
using the tools as described in Using CICS deployment tools for enterprise beans.
- Write the client program. See Writing the client program.