(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 17 Jul 2010 14:11:44 +0000 (14:11 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 17 Jul 2010 14:11:44 +0000 (14:11 +0000)
wicket/joe/src/site/xdoc/index.xml

index 0a750ba3b763b1d5cfbfd4e1dec20f32a4994368..f1bafdbb9c5b357c545781dea73f62ada5744a2f 100644 (file)
@@ -9,18 +9,15 @@
   </properties>
   <body>
     <section name="Overview">
-      <p>The CDI (Contexts and Dependency Injection, JSR-299) support library contains support for
-        injecting contextual references into any object. This is useful for integration of CDI in
-        application managed objects or for integration in third-party frameworks. Injection based on
-        for instance @EJB, @Resource, and @PersistenceContext becomes a one liner. 
-      </p>
-      <p>
-        This is a key component for integrating Java EE dependency injection into several (web) 
-        frameworks since it allows Java EE dependency injection into regular objects.
+      <p> This library provides basic plumbing support for better integration with Wicket in a
+        standard Java EE environment (therefore the name "Joe" from "Joe the Plumber").  
       </p>
       <p>Package overview:</p>
       <ul>
-        <li><a href="apidocs/org/wamblee/wicket/inject/package-summary.html">wicket/inject</a></li>
+        <li><a href="apidocs/org/wamblee/wicket/inject/package-summary.html">inject</a>: dependency
+        injection in wicket components. </li>
+        <li><a href="apidocs/org/wamblee/wicket/transactions/package-summary.html">inject</a>:
+          integraiton with JTA transactions. In particular supporting "Open Transaction in View". </li>
       </ul>
       <div class="infoMessage"><strong>Note</strong>:
         You need a Java EE 6 environment to use CDI. 
@@ -36,7 +33,7 @@
         </tr>
         <tr>
           <td>org.wamblee</td>
-          <td>wamblee-wicket-inject</td>
+          <td>wamblee-wicket-joe</td>
         </tr>
       </table>
     </section>