Core Java
-

Asynchronous timeouts with CompletableFuture
One day I was rewriting poorly implemented multi-threaded code that was blocking at some point on Future.get(): …
Read More » -

Book Review: Mastering Lambdas: Java Programming in a Multicore World
λ-programming (lambda-programming) has finally been introduced in the Java world as of version 8. It is the feature that will…
Read More » -

The Java Ecosystem – My top 5 highlights of 2014
1. February the 1st – RedMonk Analyst firm declares that Java is more popular & diverse than ever! The Java…
Read More » -

Looking into the Java 9 Money and Currency API (JSR 354)
JSR 354 defines a new Java API for working with Money and Currencies, which is planned to be included in…
Read More » -

How is Java / JVM built ? Adopt OpenJDK is your answer!
Introduction & history As some of you may already know, starting with Java 7, OpenJDK is the Reference Implementation (RI)…
Read More » -

JDK 9 – a letter to Santa?!
As everybody knows, winter (especially the time before Christmas) is a proper time for dreaming and hoping a moment when…
Read More » -

15 Tools Java Developers Should Use After a Major Release
The survival kit for new deployments: Tools for Java developers that frequently deploy code to production! Takipi detects all errors…
Read More » -

Testing JVM server-side JavaScript with Jasmine, Spock and Nashorn
JavaScript usage is not limited to client-side code in browser or NodeJS powered server-side code. Many JVM based projects are…
Read More » -

cjmx: A command-line version of JConsole
JConsole is a nice tool when it comes to monitoring a running Java application. But when it is not possible…
Read More »
