BEA Logo BEA WebLogic Enterprise Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WLE Doc Home   |   J2EE & Related Topics   |   Previous   |   Next   |   Contents   |   Index

What is the WebLogic EJB Deployer?

The WebLogic EJB Deployer is a graphical tool that Deployers can use to examine, configure, and deploy Enterprise JavaBeans (EJBs) for use with the WebLogic Enterprise (WLE) server. The WebLogic EJB Deployer fully supports Sun's Enterprise JavaBeans Specification 1.1 (Public Release 2 dated October 18, 1999). For more information about deploying EJBs in the WLE environment, see Building and Deploying Enterprise JavaBeans (EJBs).

Key Capabilities

Using the WebLogic EJB Deployer, you can:

Supported File Formats

The WebLogic EJB Deployer supports the ejb-jar formats listed in Table 1-1.

Table 1-1 Supported File Formats

ejb-jar Format

Contains

standard

Bean binaries, Sun's standard XML elements (for EJB version 1.1 compliance), and optional assembly descriptor XML elements.

extended

Contents of a standard ejb-jar file, plus optional WLE XML extensions to the deployment descriptor (in a separate XML file).

deployable

Contents of an extended ejb-jar file, plus additional classes and interfaces generated by the WebLogic EJB Deployer for the EJB Container.

The WebLogic EJB Deployer imports all three formats and exports extended and deployable file formats.