Gerard van Enk wrote:

Is there any documentation for the org.mmbase.storage packages?

The storage classes work in much the similar way as the other database classes.
They have small differences in the database xml, but otherwise a user will not need to bother with them, in the same way that he does not need to bother with the database support classes (well, I would hope so).
Documentation for configuring can be found in the example database xmls : relational.xml and postgesql.xml

If you want to build your own class, you need the javadoc, which is pretty ok by now (can be done better still).
There are parts that may need rewrite. Ihe interface is a first draft. It will need to be adapted to include the Query project classes, as well as some additions to use the 'standard' syntaxt for creating OO tables.

Once that is fleshed out, a document need be written to allow for all current databases to be rewritten to the storage classes, and to replace code in the core. This will be the focus of a new project.

Gomez






Reply via email to