Table of Contents Previous Next
Logo
Chapter 13
Copyright © 2003-2010 ZeroC, Inc.

Chapter 13 

Developing a File System Server in Java

13.1 Chapter Overview

In this chapter, we present the source code for a Java server that implements the file system we developed in Chapter 5 (see Chapter 11 for the corresponding client). The code we present here is fully functional, apart from the required inter­locking for threads. (We examine threading issues in detail in Section 32.10.)

Table of Contents Previous Next
Logo