Good to hear. As you may imagine, I've been living below ground for
awhile now, but I'm keen to get my head around Priha, so I'll download
a new copy and try it out. Do you currently consider it a 3.0 feature/
option, or something for a later version of JSPWiki?
If we want to have proper metadata (and versioning of the said
metadata), we'll need to revamp the backend anyway. So I would
consider it to be a part of 3.0.
Also, will it have optional backends? or the ability to have them? I'm
currently using Berkeley DB JE and would possibly create an
implementation
using it for Priha rather than use another db, in order to keep my own
application size and complexity down a bit.
It currently has two backends already; a File-based implementation,
and a HSQLDB-based one. Changing the HSQLDB-based for some other DB
should be really trivial: just change the DB creation scripts.
Be aware though that the API is not yet totally frozen.
/Janne