diff options
Diffstat (limited to 'projects/net.wotonomy.datastore/src/main/java')
| -rw-r--r-- | projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html b/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html index 7ca944c..3c6076c 100644 --- a/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html +++ b/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html @@ -1,19 +1,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> + <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>
\ No newline at end of file |
