added site for test/enterprise
[utils] / test / enterprise / src / site / xdoc / index.xml
diff --git a/test/enterprise/src/site/xdoc/index.xml b/test/enterprise/src/site/xdoc/index.xml
new file mode 100644 (file)
index 0000000..3028955
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE document PUBLIC
+  "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+  "http://maven.apache.org/dtd/xdoc_1_0.dtd">
+<document>
+  <properties>
+    <title>Test/Enterprise overview</title>
+    <author email="erik@brakkee.org">Erik Brakkee</author>
+  </properties>
+  <body>
+    <section name="Introduction">
+      <p>Part of the wamblee.org utilities library are test utilities for 
+      Java EE development. Currently, the following utilities are provided:</p>
+      <ul>
+        <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
+        <li>JPA testing: Simple out of the box unit testing with JPA connecting to 
+             an inmemory database or an external database. </li>
+      </ul>
+    </section>
+  </body>
+</document>
+