Administration and development tools

Sybase Central is a common management framework for Sybase application and database servers. EJB Server provides the Adaptive Server plug-in to Sybase Central plug-in for developers and administrators.

The Adaptive Server plug-in provides graphical administration facilities for EJB Server, including support for development and deployment.

Development support

You can use Sybase PowerJ 3.6 with EJB Server. Using this IDE tool, you can develop, deploy, and debug EJB Server components entirely within the development environment. You can also generate the proxies required for client application development. For more information, see Building Internet and Enterprise Applications in the Enterprise Application Studio online books collection.

Interface definitions can be imported from existing Java classes or from standard CORBA IDL files.

The Adaptive Server plug-in also generates stub classes for use in Java client applications.

Deployment support

To simplify application deployment, the Adaptive Server plug-in defines the following basic, middle-tier application units:

Before a client application can execute a component, the component must be installed in an EJB Server package, and that package must be installed in the server to which the client connects.

Hot refresh support

EJB Server provides a Refresh menu item to refresh components, packages, and servers. This option lets you test and debug component implementation changes without restarting EJB Server.