(no commit message)
[utils] / test / enterprise / src / site / xdoc / index.xml
index 0252bc09579fcc0d0241f575c1592af7cae96469..44fc196b604781bf625a1f363cd8b2e2d955a315 100644 (file)
@@ -1,14 +1,14 @@
 <?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>
+<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>Test/Enterprise overview</title>
+    <title>user guide</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
-    <section name="Introduction">
+    <section name="JPA Testing">
       <p>Part of the wamblee.org utilities library are test utilities for Java EE development.
         Currently, the following utilities are provided:</p>
       <ul>
           database or an external database. </li>
         <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
       </ul>
+      <subsection name="Basic JPA support">
+        
+      </subsection>
+      <subsection name="Testing a service">
+        
+      </subsection>
+      <subsection name="Using JDBC">
+      </subsection>
+      
+      <subsection name="Using DBUnit">
+        
+      </subsection>
     </section>
+    
+    <section name="JNDI mocking">
+      
+    </section>
+    
+    <section name="Maven POM configuration">
+      <subsection name="Eclipselink">
+        
+      </subsection>
+      <subsection name="Hibernate">
+        
+      </subsection>
+      <subsection name="Toplink essentials">
+        
+      </subsection>
+    </section>
+    
   </body>
 </document>
+