Package org.pealfactory.bronze

The Bronze-Age system provides support code for ringing software, in particular those products distributed as applets.

See:
          Description

Interface Summary
Trackable Part of the BronzeAge Java support system, this interface helps manage lengthy tasks by allowing an implementing class to provide progress information, and to allow the user to pause or abort the task.
 

Class Summary
Librarian Manages the download and unpacking of a zipped Microsiril library file; can also parse the contents to produce an HTML SELECT form element listing every method in the library.
LibraryApplet This applet speeds up the processing of Microsiril library files.
LibraryAppletBeanInfo A BeanInfo class is provided for the LibraryApplet because this applet is used by LiveConnect communication from clientside Javascript.
Tracker Part of the BronzeAge Java support system, this class provides an implementation of the Trackable interface to provide asynchronous management of lengthy jobs.
 

Package org.pealfactory.bronze Description

The Bronze-Age system provides support code for ringing software, in particular those products distributed as applets. The primary components are the Tracker and Trackable classes which are intended to help manage lengthy tasks. Also included are the Librarian and LibraryApplet which are responsible for downloading method libraries.