Tour of the Gubcast Directory
The Gubcast distribution directory has three subdirectories: lib
,
docs
, and demo
.
lib
The lib
directory contains two jarfiles:
gubcast.jar
- the Gubcast applet (and support classes)
gubcaster.jar
- the "Gubcaster" application programming
interface (API) classes, for building Gubcast servers.
docs
The docs
directory contains this User's Guide and a subdirectory,
javadocs, that documents all the classes in the
Gubcaster API.
demo
The demo
directory contains all the Java classes and HTML text for
the Gubdemo example system. The classes are packaged in
a jarfile named gubdemo.jar
, and complete source code for both the
Gubd and Gubshell classes is also provided.