George Coulouris, Jean Dollimore and Tim Kindberg

Distributed Systems
Concepts and Design

Fourth Edition

HomeReferencesInstructors GuideErrataAdditional materialContents and PrefaceAuthors
Links to courses using CDK4 Supplementary material

Use the links above to access the code from the book, a set of links to courses that use the book or the set of supplementary reading material taken from previous editions.

Supplementary material by chapter

Ch 1 Ch 11
Ch 2 Ch 12
Ch 3 Ch 13
Ch 4 Ch 14
Ch 5 Ch 15
Ch 6 Ch 16
Ch 7 Ch 17
Ch 8 Ch 18
Ch 9 Ch 19
Ch 10 Ch 20

Click on a chapter number to access the page for the relevant chapter.

 
Supplementary material for Chapter 20

CORBA Case Study

Program code:

Figure 20.1 IDL interfaces Shape and ShapeList
Figure 20.2 Java interface ShapeListOperations
Figure 20.2 (cont) Java interface ShapeList
Figure 20.3 ShapeListServant class
Figure 20.4 ShapeListServer class
Figure 20.5 client program for Shape and ShapeList
ShapeServant class