Chapter 4 Jaguar and Application Issues
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:
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:
Number of result sets |
IDL mapping |
---|---|
0 |
void |
1 |
TabularResults::ResultSet |
Variable (0, 1, or many) |
TabularResults::ResultSets |
Copyright © 1999 Sybase, Inc. All rights reserved. |
![]() |