Chapter 5 Using Application Integrator with Jaguar


Developing and deploying AI components

AI for CICS and stored procedures components are developed and deployed using the AI Component Builder. The AI Component Builder makes it easy to create components that invoke existing mainframe COBOL programs or database stored procedures, and deploy the components to a Jaguar server. Each component contains a collection of methods and each method executes a COBOL program or stored procedure.

You create methods in CICS components from COBOL COMMAREA definitions, which describe the inputs and outputs of COBOL programs.

You can automatically create methods in stored procedure components by using the AI Component Builder to browse a database and selecting stored procedures. You can also manually create methods in stored procedure components by entering information about stored procedures directly in the AI Component Builder. Methods for stored procedure components can execute stored procedures that reside in a database that is accessible through a JDBC driver.

Allowed COBOL programs

A COBOL program from which you can create a component meets these requirements:

Mapping datatypes

AI components map COBOL and stored procedure datatypes to the datatypes supported in Jaguar. Jaguar uses interface definition language (IDL) to provide mappings between datatypes of different languages and object models.

Creating SAP proxy components

To create and deploy SAP proxy components, use Visual Edge GoldenGate for EAServer Administrator. You select an SAP business object and generate a proxy component interface that is automatically compiled and deployed as a proxy component on the Jaguar server.

See the GoldenGate for EAServer documentation for more information.

 


Copyright © 2000 Sybase, Inc. All rights reserved.