CORBA Programming/Echo

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The following chapters describe the implementation of a simple CORBA object using PolyORB and Ada. While the functionality is very simple the design itself is more extensive using modules, PolyORB's logging facility and meta classes giving you a better view of what is really needed in a client/server application.

While knowledge of programming in Ada in particular is not needed, you should have knowledge of object oriented programming in general.