EJB Deployment

The EJB deployment phase follows the EJB development life cycle and generates the deployment descriptors. Deploying a bean into a container is the mechanism by which the container makes the bean ready to process client requests. EJB deployment can be done using one of many ways described here. But before we go into that, let's look at a simple development tool and the directory structure for packaging the EJBs, followed by the different tools used for EJB deployment.

EJBGen

EJBGen is part of the rich set of WebLogic Server utilities that enable faster EJB development. This is an EJB 2.0 code generator. This tool uses the special JavaDoc tags that are defined in the bean class to generate the home and remote interfaces along with ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.