Deploying components

To deploy components, you copy component definitions and implementation files to EJB Server. There are two ways to do this:

Using PowerJ

If developing Java clients and components, you can deploy your application to the EJB Server directly from the PowerJ IDE. To deploy components, configure deployment options using the Run | Deploy options menu item, then deploy using the Run | Deploy menu item. See the PowerJ documentation or online help for more information.

Importing an EJB JAR

You can use a Java development tool such as Sybase PowerJ to define and develop Beans in the EJB 1.1 format and create an EJB-JAR file. The Adaptive Server plug-in can read the JAR file and create a package containing a component for each Bean in the JAR file. See Chapter 6, “Working with EJB Packages and Components,” for more information about importing EJB JAR files.