There are three basic steps involved in creating and deploying an EAServer application that employs a Java applet as a client. For information on other types of EAServer clients, see:
EAServer EJB User’s Guide
EAServer CORBA Components Guide
Creating and deploying an EAServer application
Use an editor to define packages, components, and methods. EAServer generates server-side skeleton files for components, which provide the interface information of each component method.
Write the user interface logic for the client model that you have chosen.
Develop the server-side components that form the business logic of your servlet. EAServer supports many of the integrated development environment (IDE) tools available today.
Deploy the application. You can register components on any EAServer installation. Because EAServer is also a Web server, you can write an HTML page for your applet and install it on EAServer.