News

This article discusses the strength and weakness of applying Dependency Injection (DI) with a variant of Abstract Factory design pattern. This approach is especially suitable for such scenarios as ...
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 comprehensive next-generation type ...
Dependency injection is a twenty-five cent term for a priceless idea. It’s a straightforward technique that decouples your code from specific implementations and maximizes flexibility.