Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 1 Introduction : Examples Overview

Examples Overview
The examples in this guide demonstrate the integration between the adapter and two TIBCO products, TIBCO ActiveMatrix BusinessWorks and TIBCO IntegrationManager. We have chosen commonly used component interfaces to build an end-to-end enterprise wide integration and demonstrate the adapter capabilities:
Component Interfaces
The following table shows the component interface included in the examples, the corresponding PeopleSoft module and the PeopleTools version used to develop the respective component interface.
The component interfaces developed with PeopleTools 8.18 can be used with PeopleTools versions 8.1x and the component interfaces developed with PeopleTools 8.41/8.45 can be used with PeopleTools version 8.4x subject to the condition that the adapter supports the PeopleTools version
Operations
The examples provide different operations on each of these component interfaces. A brief description of these operations is given next.
Get
In this operation, TIBCO ActiveMatrix BusinessWorks requests data to be fetched from the PeopleSoft application. The Request-Response Service is used to simulate this. TIBCO ActiveMatrix BusinessWorks reads the request from an XML file and sends the request. The corresponding Request-Response Service is executed on the adapter and the result is returned to TIBCO ActiveMatrix BusinessWorks. TIBCO ActiveMatrix BusinessWorks maps the results according to business requirements and the data is written to an XML file.
Update
Another important requirement in an integration scenario is to update data in an existing record. The Update operation is simulated in two ways.
Figure 1 Update Operation Using a Publish-Subscribe Scenario
Figure 2 Update Operation Using an Request-Response Scenario
The publish-subscribe scenario is used for the ItemMaster component interface. The Request-Response scenario is used for the Employee and SalesOrder Component Interfaces.
Synchronize
In this operation, TIBCO ActiveMatrix Adapter for PeopleSoft publishes a message if there are any changes in the PeopleSoft target application. TIBCO ActiveMatrix BusinessWorks receives this message, does the necessary mapping of the fields and writes them to an XML file.
For publishing an event from PeopleSoft, see TIBCO ActiveMatrix Adapter for PeopleSoft Configuration and Deployment.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved