blob: 4fe95125b3f02993c206531c1863dfaba446f034 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
as applicable.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Overview</title>
</properties>
<body>
<section name="Overview">
<p> This project contains a jcr command line client. It's backed by
a set of Apache Commons Chain commands that perform operations
on any JCR compliant repository. Moreover it includes a few
jackrabbit specific commands to cover some use cases that were
not included in the specification. <br/> For more information
about using Commons Chain please refer to
http://jakarta.apache.org/commons/chain/ </p>
</section>
<section name="Usage scenarios">
<ul>
<li>Perform jcr operations either in interactive or batch
mode</li>
<li>Reuse the commands in applications through the Jakarta
Commons Chains library</li>
<li>Benchmark any jcr compliant repository with jmeter-command
plugin.</li>
</ul>
</section>
</body>
</document>