X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fcdi%2Fsrc%2Fsite%2Fxdoc%2Findex.xml;h=214a91d7d906e2c8da8355da4f104af6bbd7864d;hb=d218f162f32d20c6f731a6d2714d0181b1d8d3ff;hp=274a9db6102c44e4dfbeb2ca27a540d342cc2d16;hpb=327a7da1c4fcfe589cefc3d180c55beaf0578965;p=utils diff --git a/support/cdi/src/site/xdoc/index.xml b/support/cdi/src/site/xdoc/index.xml index 274a9db6..214a91d7 100644 --- a/support/cdi/src/site/xdoc/index.xml +++ b/support/cdi/src/site/xdoc/index.xml @@ -10,13 +10,23 @@

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.

+

+

+ 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. +

Package overview:

+

Test support with Weld

+
Note: You need a Java EE 6 environment to use CDI. @@ -35,6 +45,8 @@ wamblee-support-cdi +

Use the same named artifact with scope test and test-jar to use + the JavaSE testsupport class.