blob: 9bcceaacceec2966538eb2cc9c11f223f991aab8 [file] [log] [blame]
<?xml version="1.0"?>
<document>
<properties>
<title>Jackrabbit Extension Framework - Examples</title>
</properties>
<body>
<section name="Examples">
<p>Examples provided in this section:</p>
<dl>
<dt>
<a href="examples/listing.html">
Listing Extensions
</a>
</dt>
<dd>Shows how to list extensions of a given type.</dd>
<dt>
<a href="examples/instantiating.html">
Creating Extension Instances
</a>
</dt>
<dd>
Shows how to instantiate extensions of a given type.
</dd>
<dt>
<a href="examples/deployment.html">Deployment</a>
</dt>
<dd>
Shows a way to deploy an extensions complete with
its descriptor, the classes implementing the
extension and required configuration.
</dd>
</dl>
</section>
</body>
</document>