X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=test%2Fenterprise%2Fsrc%2Fsite%2Fxdoc%2Findex.xml;h=599f013d049d4c9f29e7492e460ae2194f6ebce1;hb=HEAD;hp=f6a4b20acb1cd11a2bc9a4e0add0d9dba1afaf3a;hpb=1c7cee11357d81f65a907d3cca5227d01e6be741;p=utils diff --git a/test/enterprise/src/site/xdoc/index.xml b/test/enterprise/src/site/xdoc/index.xml index f6a4b20a..599f013d 100644 --- a/test/enterprise/src/site/xdoc/index.xml +++ b/test/enterprise/src/site/xdoc/index.xml @@ -2,20 +2,92 @@ - + - overview + user guide Erik Brakkee
-

Part of the wamblee.org utilities library are test utilities for Java EE development. - Currently, the following utilities are provided:

+

Several utilities are provided for Java EE testing:

+ +
+

To configure your pom, you must configure three dependencies:

+ +

The above 'three stage rocket' is necessary because:

+ +
Note: + This library includes the JSF API (1.2) as a transitive dependency. This is required to + get CDI support working in a Java SE environment. If you are using a different version of + JSF you must exclude this dependency and/or override it. +
+ + + +

Always include the dependency below:

+ + + + + + + + + +
groupIdartifactId
org.wambleewamblee-test-enterprise
+
+ + +

Choose one from the choices below:

+ + + + + + + + + + + + + + + + + + + + + +
ProvidergroupIdartifactId
Eclipse linkorg.wambleewamblee-test-eclipselink
Toplinkorg.wambleewamblee-test-toplink-essentials
Hibernate (from 3.4.0.GA and higher).org.wambleewamblee-test-hibernate
+
+
+