Chapter 3 Jaguar and Application Issues


Client Application Development

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

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

  1. Generate the stub classes.
  2. Write the application logic. To write the application logic, you must do the following:
    1. Instantiate proxy instances.
    2. Execute component methods.
    3. Process results.
    4. Handle errors.
  3. Deploy the application.
    See the Jaguar CTS Programmer's Guide for details on how to 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 will be the Java package name for Java stubs generated for Application Integrator components.

When you write client applications in Jaguar, be sure you understand the following characteristics of Application Integrator components:

 


Copyright © 1999 Sybase, Inc. All rights reserved.