The details of Java EE 6 have been getting hashed out for quite a few months in the JSR 316 expert group, which I am part of. The goal of this article is to give you an overview of the changes in Java ...
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 ...
Loom is a newer project in the Java and JVM ecosystem. Hosted by OpenJDK, the Loom project addresses limitations in the traditional Java concurrency model. In particular, it offers a lighter ...