Next Previous Up Top Contents Index

2 Quick Start Tutorial

2.6 Implementing the server

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

There are two parts to implementing a server. We need to implement the CORBA objects that the server offers, and we also need to perform ORB initialization and other administrative tasks that get the server ready to service potential clients.

2.6.1 - A note on terminology
2.6.2 - Implementing the server's CORBA objects
2.6.3 - ORB and object initialization
2.6.4 - Complete code for the server

Developing Component Software with CORBA - 26 May 1999

Next Previous Up Top Contents Index