NAME
Java::JCR::Jackrabbit - Java::JCR connector for Jackrabbit
SYNOPSIS
my $repository = Java::JCR::Jackrabbit->new;
# Or if you'd like to be more specific:
my $other_repository = Java::JCR::Jackrabbit('other/repository.xml', 'other');
DESCRIPTION
This is a simple wrapper for org.apache.jackrabbit.core.TransientRepository
. This creates a transient Jackrabbit repository using this class. That's about all there is to it. If you need more specific information, please see:
http://jackrabbit.apache.org/
http://jackrabbit.apache.org/api-1/org/apache/jackrabbit/core/TransientRepository.html
AUTHOR
Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2006 Andrew Sterling Hanenkamp <hanenkamp@cpan.org>. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.