Packages and Enterprise JavaBean components

In the Adaptive Server plug-in, EJB Server packages allow you to group related EJB components as a logical unit. Typically, components in a package work together to provide a coherent service or function.

You can create JavaBeans from scratch or, more likely, import the JavaBeans to EJB Server using the Adaptive Server plug-in. When you import JavaBeans, they must be contained in a JAR file or Java class file. The Adaptive Server plug-in reads the JAR file or class file and creates an EJB Server package containing a component for each Bean in the file. See “Importing Enterprise JavaBeans”.

EJB Server packages serve the following purposes:

Default packages

When EJB Server is installed, the AseAuth default package is deployed automatically to EJB Server. You will see this package in the Installed Packages folder. AseAuth contains information you need to log in to EJB Server from the Adaptive Server plug-in. Do not alter or delete this package.