Chapter 17 Creating CORBA C++ Clients
To create a CORBA C++ client, you write and compile a C++ program that establishes a connection and session with the Jaguar ORB, that instantiates a proxy object for the component, and that calls methods in the proxy object. You use Jaguar Manager to define the component methods and generate stubs for the components. When the client calls the methods in the proxy objects, the proxy object methods communicate across the network and execute the corresponding methods in the components.
To create CORBA Jaguar C++ clients:
Copyright © 2000 Sybase, Inc. All rights reserved. |