Chapter 3 EAServer and Application Issues


Client application development

If you are familiar with EAServer, writing client applications that use Application Integrator components is a straightforward task. Because an Application Integrator component is defined in EAServer as are other Java components, writing client applications is similar to writing applications for non-Application Integrator components.

For example, building client applications in EAServer consists of the following steps:

  1. Generate the stub classes.
  2. Write the application logic, including:
    1. Instantiate proxy instances.
    2. Execute component methods.
    3. Process results.
    4. Handle errors.
  3. Deploy the application.

    See the EAServer Programmer's Guide for details on perform these tasks.

Note   All IDL modules for Application Integrator components are defined with the module property com.sybase.jaguar.module.java.package set to the Java package name that was specified for this component in the Component Builder. Therefore, this is also the Java package name for Java stubs generated for Application Integrator components.

When you write client applications in EAServer, you should understand the following characteristics of Application Integrator components:

 


Copyright © 2001 Sybase, Inc. All rights reserved.