blob: 79b8803174d017d455a9e31ef4eeb56b6dd23118 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. The ASF licenses this file to You
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>