blob: 3c6076cdc4c885ff721bf02a535228d48c01543d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<body>
<p>
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.
</p>
<p>
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.
</p>
<p>
This package has dependencies on the util package.
</p>
</body>
|