Distributed Systems: Concepts and Design
Edition 3

By George Coulouris, Jean Dollimore and Tim Kindberg
Addison-Wesley, ©Pearson Education 2001

Home | References | Instructors Guide | Contents | Preface | Authors | Errata | Additional Material | What's new?

Index of supplementary material for Chapter 17:
CORBA CASE STUDY

Program code

Chapter 17 was written to conform to Java CORBA as provided with Java 2, versions 1.3 and earlier.

The differences between versions 1.3 and 1.4 are described under additional material for Chapter 17.

Figure 17.1 IDL interfaces Shape and ShapeList

The following table gives the code of the examples in the book and of an equivalent Java 1.4 version.

 Code of examples in the book (Java 1.3)  Java 1.4
 Figure 17.2 Java interface ShapeListOperations
 Figure 17.3 ShapeListServant class  Figure 17.3 ShapeListServant class
 Figure 17.4 ShapeListServer class  Figure 17.4 ShapeListServer class
 Figure 17.5 client program for Shape and ShapeList  Figure 17.5 client program for Shape and ShapeList