(no commit message)
authorErik Brakkee <erik@brakkee.org>
Fri, 16 Jul 2010 09:45:23 +0000 (09:45 +0000)
committerErik Brakkee <erik@brakkee.org>
Fri, 16 Jul 2010 09:45:23 +0000 (09:45 +0000)
support/cdi/src/main/java/org/wamblee/cdi/package-info.java
support/cdi/src/site/xdoc/index.xml

index 391c53081cbfc497d6d8bce93d3ceefdcf9034b0..3913a07a7880045e1ea48b007abd90b5298ffd10 100644 (file)
  * limitations under the License.
  */
 /**
- * This package provides a utilities for dependency injection with CDI. 
+ * This package provides the integration of <code>org.wamblee.inject</code> with
+ * with CDI. 
  * 
  * The APIs of this package are typically not used directly but are used implicitly through
  * {@link org.wamblee.inject.SimpleInjector}, {@link org.wamblee.inject.InjectorFactoryBuilder}, and 
  * {@link org.wamblee.inject.Injectable}.
+ * 
+ * To use CDI this package must be available on the classpath. 
  */
 package org.wamblee.cdi;
 
index b0e81c54a060f0b00a2efbb03dc0f3e54c54473b..a8e8d5d5a391977af43614fb47f3d4491041873d 100644 (file)
   <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
+        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. 
-        In addition, there is also testing support in the APIs.</p>
+      </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>
       <p>Package overview:</p>
       <ul>
         <li><a href="apidocs/org/wamblee/cdi/package-summary.html">cdi</a></li>