TIBCO Adapter for COM ships with local repository instances and demonstration projects that have all the configuration information required to run the demonstration programs. The sample repository instances and demonstration projects are located in the directory <adcom_install_dir>\5.3\examples
.
The following local repository instances are shipped with the adapter:
All the demonstration projects are hard-coded to use the local repositories in the directory c:\tibco\adapter\adcom\
5.3\examples\
. If you did not install the adapter to the default installation directory, you will have to change each project’s file path to the repository.
The demonstration projects are:
operation
An in-process COM Server written in C++. This project includes three COM coclasses:Testobj1
demonstrates how the interceptor can convert COM method invocations into TIBCO ActiveEnterprise operation requests and how the service can convert TIBCO ActiveEnterprise operation requests into COM method invocations.Testobj2
demonstrates how the interceptor can convert COM method invocations into published TIBCO ActiveEnterprise documents and how the service can convert published TIBCO ActiveEnterprise documents into COM method invocations.Testobj3
also demonstrates how the interceptor can convert COM method invocations into published TIBCO ActiveEnterprise documents and how the service can convert published TIBCO ActiveEnterprise business documents into COM method invocations.With the respective default interfaces:
ITestobj1
ITestobj2
Testobj3
Testobj1
, Testobj2
and Testobj3
to send operations/documents through the interceptor using TIBCO Rendezvous. This project uses the local repository sample.dat
.Testobj1
, Testobj2
and Testobj3
to send operations/documents through the interceptor using TIBCO Rendezvous certified messaging. This project uses the local repository sampleCm.dat
.VBOperationDemo
A simple COM client application written in Visual Basic. This sample shows how a Visual Basic client can use Testobj1
to send an operation request through the interceptor using TIBCO Rendezvous. This project uses the local repository sample.dat
.VBPubSubDemo
A simple COM client application written in Visual Basic. This sample shows how a Visual Basic client can use a third COM object, Testobj3
, to publish UDT
or SAFEARRAY
variables through VARIANT
parameters. This project uses the local repository sample.dat
.ASPDemo
A simple Active Server Page demo. This sample shows how an Active Server Page can use Testobj1
to send an operation request through the interceptor using TIBCO Rendezvous. This project uses the local repository sample.dat
.
TIBCO Adapter™ for COM User’s Guide Software Release 5.3, September 2005 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |