added site for test/enterprise
[utils] / test / enterprise / src / site / xdoc / index.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE document PUBLIC
3   "-//Apache Software Foundation//DTD XDOC 1.0//EN"
4   "http://maven.apache.org/dtd/xdoc_1_0.dtd">
5 <document>
6   <properties>
7     <title>Test/Enterprise overview</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Introduction">
12       <p>Part of the wamblee.org utilities library are test utilities for 
13       Java EE development. Currently, the following utilities are provided:</p>
14       <ul>
15         <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
16         <li>JPA testing: Simple out of the box unit testing with JPA connecting to 
17              an inmemory database or an external database. </li>
18       </ul>
19     </section>
20   </body>
21 </document>
22