Stefan,
I will add maven support, put berkeleydb as a maven dependency, and put
the source code under ASF licence.
Let me know how should i proceed to sign the CLA.
guillaume.
Stefan Guggisberg a écrit :
hi guillaume,
i had a quick look at the persistence manager code,
great job!
if you'd want to contribute it to jackrabbit i would be very
interested. i think it would make a great and very useful
contribution. a couple of minor issues would have to be
fixed first though. the source files would require the ASF
copyright notice header, the project should be mavenized,
je.jar should be removed for licensing reasons and we
would also need a signed CLA from you.
so please let me know if you want to contribute it.
cheers
stefan
On 7/21/05, Guillaume Bort <[EMAIL PROTECTED]> wrote:
Hi all,
I have finished a first implementation of a berkeleydb persistence manager that
uses berkeleydb java edition.
I think that this persistence manager might be a good alternative to CQFS..
It is largely inspired by the ObjectPersistenceManager except that it stores
serialized objects as database entries instead of
simple files.
Others advantages are a set of tools to dump/load/verify the database, and a
really atomical write of the changelog.
It passes the same tests as the original ObjectPersistenceManager and
performances are almost identical (sometimes better).
I have also worked on a jcr support for the spring framework.
I think that it's more a contribution to the spring project, but I'd like
feedback from the jackrabbit users first.
The spring support provides a jcr session factory bean, a jcr transaction
manager implementing the spring PlatformTransactionManager and an exception
translator that converts jcr exceptions to spring data access exceptions.
It allows the use of spring declarative transactions for jcr operations.
You can download theses two packages at
http://www.zenexity.fr/~guillaume/shared/
regards.
guillaume bort.