DistView Home 

User Guide 
   Overview 
   DistView Tools 
   Related Services 
   Installing and Running CBE servers 
   Compiling the package 
   Running Session Manager 
   Running DistView-Based Applets 

Developer Docs  
   Javadoc 
   Registry Server 
   Sample Clients 
   How to ... 
   Known Problems 

Licensing Information 

Download DistView 

People 

DistView Publications 

Frequently Asked Questions 

Acknowledgments   

Distview source code organization

The source code for the Distview toolkit is organized hierarchically. At the top level, the package umich.cbe contains the following packages: 

  • umich.cbe.distview - the DistView server and client code, together with the utility classes; 
  • umich.cbe.registry - the registry server, used for implementing access control and user registration; 
  • umich.cbe.sessionManager - the session manager. 
The package umich.cbe.distview is structured as follows: 
  • umich.cbe.distview.awt - the graphical interface (GUI) code; 
  • umich.cbe.distview.demos - sample client applications; 
  • umich.cbe.distview.event - classes used for event handling; 
  • umich.cbe.distview.experiments.Chat - the ChatBox client application; 
  • umich.cbe.distview.experiments.DVDraw - the WhiteBoard client application; 
  • umich.cbe.distview.external - classes imported from other packages; 
  • umich.cbe.distview.foundation - ; 
  • umich.cbe.distview.server - the server code; 
  • umich.cbe.distview.util - utility classes. 
 

How to modify and recompile the DistView code
 

 
 

Electrical Engineering and Computer Science Department, University of Michigan
 Copyright© 1998 University of Michigan
Last modified: July 10, 1998