JackrabbitRepository.java | Class | JackrabbitRepository is a JCR repository component based on Jackrabbit
The configuration is as follows:
<jcr-repository>
<credentials login="expression" password="expression"/>
<home src="file://path/to/repository"/>
<configuration src="resource://your/application/jcr/repository.xml"/>
</jcr-repository>
The home URI points to the base location of the repository,
and configuration points to the Jackrabbit repository
configuration file. |