(no commit message)
[utils] / wicket / components / src / site / xdoc / index.xml
diff --git a/wicket/components/src/site/xdoc/index.xml b/wicket/components/src/site/xdoc/index.xml
new file mode 100644 (file)
index 0000000..58fdc84
--- /dev/null
@@ -0,0 +1,41 @@
+<?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>user guide</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Overview">
+      <p> This library provides several useful generic components and add-ons for developing wicket
+        applications. 
+      </p>
+      <p>Package overview:</p>
+      <!-- 
+      <ul>
+        <li><a href="apidocs/org/wamblee/wicket/components/package-summary.html">inject</a>: Java EE dependency
+        injection in wicket components. </li>
+        <li><a href="apidocs/org/wamblee/wicket/transactions/package-summary.html">transactions</a>:
+          integration with JTA transactions. In particular supporting "Open Transaction in View". </li>
+      </ul>
+      -->
+
+    </section>
+
+    <section name="Maven POM configuration">
+      <table>
+        <tr>
+          <th>groupId</th>
+          <th>artifactId</th>
+        </tr>
+        <tr>
+          <td>org.wamblee</td>
+          <td>wamblee-wicket-components</td>
+        </tr>
+      </table>
+    </section>
+
+  </body>
+</document>