Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Creating a Java Client Application: A Tutorial

   

The Distribution Layer

The distribution layer (implemented by the EODistribution package on the client and the EOJavaClient framework on the server) is responsible for synchronizing the states of the object graphs on the client and on the application server in the middle tier. The distribution layer moves properties in both directions, that is, as it fetches objects and saves changes.

The distribution layer has a server side and a client side. The classes in the server side of this layer are provided by the EOJavaClient framework (and associated "wrapped" Java classes). The classes on the client side are implemented in Java and live in the com.apple.client.eodistribution package.

Client Distribution Classes

Server Distribution Classes


© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)