</links>
<menu name="test/enterprise">
- <item name="overview" href="index.html"/>
<item name="user guide" href="userguide.html"/>
- <item name="javadoc" href="apidocs/index.html"/>
+ <item name="full javadoc" href="apidocs/index.html"/>
</menu>
</body>
</project>
+++ /dev/null
-<?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>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>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
- database or an external database. </li>
- <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
- </ul>
- </section>
- </body>
-</document>
</properties>
<body>
<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>
+ <li>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
+ 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>