Brian Jones <[EMAIL PROTECTED]> writes:

> I wrote, and Paul 'made better', an object database written in java.

Here's the "overview" of the object database:

/** 
 * this class implements a simple dbm interface.  Instead of
 * operating with keys and key values of bytes, DBSimple operates on
 * Objects.  Keys are stored in memory and disk -- key values are
 * stored on disk.  Function names come from GDBM.  If you wish to
 * access DBSimple using Dictionary methods, call toDictionary().
 *
 * @version 1.1Beta3, 5 Jan 1998
 * @author Paul Fisher
 * @author Brian Jones
 */

I assume that DBSimple might eventually have a use in Classpath.  If
anyone finds a need, bug me and Brian, and we'll get it added to the
tree.

-- 
Paul Fisher * [EMAIL PROTECTED]

Reply via email to