| DemoLoader is a class loader for running a program including
an updatable class. This simple loader allows only a single
class to be updatable. (Extending it for supporting multiple
updatable classes is easy.)
To run, type as follows:
% java sample.evolve.DemoLoader
Then DemoLoader launches sample.evolve.DemoServer with .
It also translates sample.evolve.WebPage, which sample.evolve.DemoServer
uses, so that it is an updable class.
Note: JDK 1.2 or later only.
|