<td>Contexts and Dependency Injection support</td>
</tr>
<tr>
- <td rowspan="2">test/enterprise</td>
+ <td rowspan="3">test/enterprise</td>
<td>JPA testing</td>
</tr>
<tr>
<td>JNDI mocking</td>
</tr>
+ <tr>
+ <td>Testing with JTA transactions controlled through UserTransaction</td>
+ </tr>
<tr>
<td rowspan="2">security/usermgt</td>
<td>security user authentication with DB persistence</td>
<tr>
<td>security user authorization with DB persistence</td>
</tr>
+ <tr>
+ <td rowspan="2">wicket/joe</td>
+ <td>"Open Transaction in View" with Wicket</td>
+ </tr>
+ <tr>
+ <td>Java EE dependency injection in Wicket components.</td>
+ </tr>
</table>
</section>
</p>
<p>Package overview:</p>
<ul>
- <li><a href="apidocs/org/wamblee/wicket/inject/package-summary.html">inject</a>: dependency
+ <li><a href="apidocs/org/wamblee/wicket/inject/package-summary.html">inject</a>: Java EE dependency
injection in wicket components. </li>
<li><a href="apidocs/org/wamblee/wicket/transactions/package-summary.html">transactions</a>:
integration with JTA transactions. In particular supporting "Open Transaction in View". </li>