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">
7 <title>features</title>
8 <author email="erik@brakkee.org">Erik Brakkee</author>
11 <section name="Features">
12 <p>Since the utility library provides many small utilities and is also split up into several
13 parts, it it useful to know which features are available and where they can be found. The
14 following table gives an overview of the main features: </p>
21 <td>support/general</td>
22 <td>various smaller utilities</td>
25 <td>support/inject</td>
26 <td>pluggable dependency injection mini-framework</td>
30 <td>Contexts and Dependency Injection support</td>
33 <td rowspan="3">test/enterprise</td>
40 <td>Testing with JTA transactions controlled through UserTransaction</td>
43 <td rowspan="2">security/usermgt</td>
44 <td>security user authentication with DB persistence</td>
47 <td>security user authorization with DB persistence</td>
50 <td rowspan="2">wicket/joe</td>
51 <td>"Open Transaction in View" with Wicket</td>
54 <td>Java EE dependency injection in Wicket components.</td>
57 <td>wicket/components</td>
58 <td>Customizable page behaviors</td>