(no commit message)
[utils] / test / enterprise / src / site / xdoc / userguide.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5   
6   <properties>
7     <title>user guide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="JPA Testing">
12       <p>Part of the wamblee.org utilities library are test utilities for Java EE development.
13         Currently, the following utilities are provided:</p>
14       <ul>
15         <li>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
16           database or an external database. </li>
17         <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
18       </ul>
19       <subsection name="Basic JPA support">
20         
21       </subsection>
22       <subsection name="Testing a service">
23         
24       </subsection>
25       <subsection name="Using JDBC">
26       </subsection>
27       
28       <subsection name="Using DBUnit">
29         
30       </subsection>
31     </section>
32     
33     <section name="JNDI mocking">
34       
35     </section>
36     
37     <section name="Maven POM configuration">
38       <subsection name="Eclipselink">
39         
40       </subsection>
41       <subsection name="Hibernate">
42         
43       </subsection>
44       <subsection name="Toplink essentials">
45         
46       </subsection>
47     </section>
48     
49   </body>
50 </document>
51