The examples shipped with TIBCO Adapter for COM are designed to help you become familiar with the basic interaction between the adapter, TIBCO Enterprise for JMS or TIBCO Rendezvous, and TIBCO IntegrationManager or TIBCO BusinessWorks. You can view the activity on the TIBCO IntegrationManager or TIBCO BusinessWorks console when the examples are run. For your convenience, an HTML page from which you can input data, and which displays the relevant output, has also been provided.
When you specify the information, for example, the employee ID on the html page, the browser posts the http request to TIBCO IntegrationManager or TIBCO BusinessWorks. TIBCO IntegrationManager or TIBCO BusinessWorks sends the information (employee ID) to the service component of the adapter. Depending on the specified operation, the adapter inserts a record or updates an existing one, fetches the details of a record, or deletes a record. The adapter sends this information back to TIBCO IntegrationManager or TIBCO BusinessWorks, which sends it to the browser. The browser displays the results or the appropriate message.
The examples demonstrate the Publication and Request Response scenarios. You can use the Sync
operation to publish and the Get
, Insert-Update
, or Delete
operations as request-response operations on a record. The publish operation is valid only for an active session of the adapter, as there is no database and nothing is stored. If you stop the adapter, restart, and then insert or modify records, only the operations performed in that session are published during a Sync
operation.
The following examples are available:
TIBCO Adapter™ for COM Examples Guide Software Release 5.3, September 2005 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |