(no commit message)
[utils] / wicket / components / src / site / xdoc / index.xml
1 <?xml version="1.0"?>
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">
5   
6   <properties>
7     <title>user guide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Overview">
12       <p> This library provides several useful generic components and add-ons for developing wicket
13         applications. 
14       </p>
15       <p>Package overview:</p>
16       <!-- 
17       <ul>
18         <li><a href="apidocs/org/wamblee/wicket/components/package-summary.html">inject</a>: Java EE dependency
19         injection in wicket components. </li>
20         <li><a href="apidocs/org/wamblee/wicket/transactions/package-summary.html">transactions</a>:
21           integration with JTA transactions. In particular supporting "Open Transaction in View". </li>
22       </ul>
23       -->
24
25     </section>
26
27     <section name="Maven POM configuration">
28       <table>
29         <tr>
30           <th>groupId</th>
31           <th>artifactId</th>
32         </tr>
33         <tr>
34           <td>org.wamblee</td>
35           <td>wamblee-wicket-components</td>
36         </tr>
37       </table>
38     </section>
39
40   </body>
41 </document>