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 19

Web Services

Program code:

Figure 19.7 Java web service interface ShapeList
Figure 19.8 Java implementation of ShapeList server
Figure 19.9 Java implementation of the ShapeList client
Code of GraphicalObject class