About the development process

Steps for building an EAServer client

To build and deploy an EAServer client, you need to complete the following steps:

  1. Use the EAServer Connection Object Wizard to create a standard class user object inherited from the Connection object. You can then use this object in a script to establish a connection.

    If you use the Template Application Start Wizard to create the client application, you can create the Connection object in that wizard.

  2. Use the EAServer Proxy Wizard to create a project for building proxy objects. Then generate the proxy objects.

  3. Create the windows, menus, and scripts required to implement the user interface.

  4. Write the code required to create the EAServer component instance and call one or more component methods from the client.

  5. Test and debug the client.

  6. Deploy the application.