A "low technology" object database, suitable for simple application persistence. The design goal is to simply store, retrieve, and query arbitrary java objects that need no knowledge of how they are to be persisted.
DataSoup is the primary interface, with SerializedFileSoup and XMLFileSoup being the primary implementations. Both implementations persist arbitrary java objects to the file system, with some limitations.
This package has dependencies on the util package.