You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/21 08:51:36 UTC

[Jackrabbit Wiki] Update of "JcrCommons" by ThomasMueller

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The "JcrCommons" page has been changed by ThomasMueller.
http://wiki.apache.org/jackrabbit/JcrCommons

--------------------------------------------------

New page:
== Jackrabbit JCR Commons ==

<<TableOfContents>>

== Overview ==

Jackrabbit JCR Commons is a collection of general purpose classes for use with the JCR API. The project does not depend on a specific JCR implementation, however it is best tested with Jackrabbit.

== Javadoc ==

[[http://jackrabbit.apache.org/api/2.1/org/apache/jackrabbit/commons/JcrUtils.html|JcrUtils]]

Utility methods to open a repository, get and add nodes and properties, run a query, and create a string representation from a node.

[[http://jackrabbit.apache.org/api/2.1/org/apache/jackrabbit/commons/package-summary.html|Jackrabbit JCR Commons API Javadocs]]

The package Javadocs

== Download ==

This project is included in Jackrabbit standalone.

=== Maven ===

The Maven dependency is (replace the version number with the version of your choice):

{{{
<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-jcr-commons</artifactId>
    <version>2.3</version>
</dependency>
}}}