Next Previous Up Top Contents Index

2 Quick Start Tutorial

2.5 Implementing the client

In this section we implement the client side of the Hello World application.

The basic requirements for a client are to initialize an ORB, then obtain references to the CORBA objects that it wants to invoke operations upon. The client can then proceed with execution in the normal way; as necessary, it can invoke the operations on the CORBA objects to which it has references.

2.5.1 - Initializing the ORB
2.5.2 - Obtaining an object reference
2.5.3 - Invoking an operation
2.5.4 - Complete code for the client

Developing Component Software with CORBA - 26 May 1999

Next Previous Up Top Contents Index