Developing an application

There are three basic steps involved in creating and deploying an EJB Server application that employs a Java applet as a client.

StepsTo create and deploy an EJB Server application:

  1. Define packages, components, and methods. The Adaptive Server plug-in for Sybase Central is the EJB Server GUI interface. It allows you to easily define the packages, components, and methods that EJB Server clients use to run an application. The Adaptive Server plug-in for Sybase Central generates:

  2. Create the applets and components. Once you have generated the stubs and skeletons, write the Java classes that, once linked with the stub files, form the basis of your downloadable applet.

    In addition to the applet, you need to develop the server-side components that link with the skeletons to form the business logic of your servlet. EJB Server supports many of the integrated development environment (IDE) tools, such as PowerJ, available today.

  3. Deploy the application. You register components on the EJB Server. Since EJB Server is also a Web server, you can write an HTML page for your applet and install it on EJB Server.