Open Source is all about reputations, so in light of today's great annoucement about Sun finally revealing its licensing choice for open source Java, I thought I'd take a few moments to highlight some of the people who have been... (more…)
Read more »
The enterprise Java framework was first released in 1999. It has undergone a great number of improvements over the last decades, but the learning curve is still very steep. So in this article, we're going to take an in-depth look at version 8 of the Java ... (more…)
Read more »
Dr Juan Fumero presented at QCon London on TornadoVM, a plug-in to OpenJDK and GraalVM that runs Java on heterogeneous hardware including Graphical Processing Units (GPUs) and Field Programmable Gate Arrays (FPGAs). Demos during the presentation showed co... (more…)
Read more »
JPMS libraries and repository. Contribute to javamodules/attic development by creating an account on GitHub. (more…)
Read more »
Enhance the Java language with derived creation for records. Since records are
immutable values, developers frequently create new records to reflect new data;
derived creation streamlines code by deriving a new record from an existing
record, updating onl... (more…)
Read more »