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">
7 <title>user guide</title>
8 <author email="erik@brakkee.org">Erik Brakkee</author>
11 <section name="Overview">
12 <p>The CDI (Contexts and Dependency Injection, JSR-299) support library contains support for
13 injecting contextual references into any object. This is useful for integration of CDI in
14 application managed objects or for integration in third-party frameworks. Injection based on
15 for instance @EJB, @Resource, and @PersistenceContext becomes a one liner.
18 This is a key component for integrating Java EE dependency injection into several (web)
19 frameworks since it allows Java EE dependency injection into regular objects.
21 <p>Package overview:</p>
23 <li><a href="apidocs/org/wamblee/cdi/package-summary.html">cdi</a></li>
25 <div class="infoMessage"><strong>Note</strong>:
26 You need a Java EE 6 environment to use CDI.
31 <section name="Maven POM configuration">
39 <td>wamblee-support-cdi</td>