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 ...
Java performance programming: Read the whole series! Part 1. Learn how to reduce program overhead and improve performance by controlling object creation and garbage collection Part 2. Reduce overhead ...
Java 8 introduced Java developers to functional programming with lambda expressions. This Java release effectively notified developers that it’s no longer sufficient to think about Java programming ...