This repository contains one application based on OpenWebBeans, and another based on Weld SE. Those are CDI containers (think dependency injection) readily usable in a Java SE environment. For example ...
I have CDI project where I use Cd-Unit 3.1.4 for the unit-tests(Java 8, JUnit 4.12). All the tests work properly. If I try to upgrade to the version 4.0(change dependency version 3.1.4 -> 4.0.0) I get ...
This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the soon to be finalized Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for ...
This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive ...
The second chapter of JBoss Weld CDI for Java Platform begins with a deeper look at dependency injection using Weld. Finnigan describes the ability to inject dependencies at class level (via ...