(no commit message)
[utils] / src / site / xdoc / features.xml
diff --git a/src/site/xdoc/features.xml b/src/site/xdoc/features.xml
new file mode 100644 (file)
index 0000000..907957c
--- /dev/null
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>features</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Features">
+      <p>Since the utility library provides many small utilities and is also split up into several
+        parts, it it useful to know which features are available and where they can be found. The
+        following table gives an overview of the main features: </p>
+      <table>
+        <tr>
+          <th>Location</th>
+          <th>Feature</th>
+        </tr>
+        <tr>
+          <td>support/general</td>
+          <td>various smaller utilities</td>
+        </tr>
+        <tr>
+          <td>support/inject</td>
+          <td>pluggable dependency injection mini-framework</td>
+        </tr>
+        <tr>
+          <td>support/cdi</td>
+          <td>Contexts and Dependency Injection support</td>
+        </tr>
+        <tr>
+          <td rowspan="2">test/enterprise</td>
+          <td>JPA testing</td>
+        </tr>
+        <tr>
+          <td>JNDI mocking</td>
+        </tr>
+        <tr>
+          <td rowspan="2">security/usermgt</td>
+          <td>security user authentication with DB persistence</td>
+        </tr>
+        <tr>
+          <td>security user authorization with DB persistence</td>
+        </tr>
+      </table>
+    </section>
+
+  </body>
+</document>