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 ...
February 2nd, in snowy Stockholm, I found myself in an authentic Viking-themed restaurant, sitting at the table with Mark Reinhold, Java platform chief architect, and John Rose, Java VM architect, for ...
The Eclipse Foundation's Jakarta EE Working Group has released Jakarta EE 11, the latest version of its enterprise Java platform, marking a significant step in modernizing enterprise Java development ...
The module system introduced in Java 9 makes it easier to organize your code. Here’s a brief guide to working with modules in Java Until Java 9, Java’s top-level code organization element had been the ...