Core Java
-

Observations From A History of Java Backwards Incompatibility
For the most part, Java is a very backwards compatible programming language. The advantage of this is that large systems…
Read More » -

Getting a name for someone to connect back to your server
When doing test automation it is often the case you need to know the name of the current machine in…
Read More » -

Back to the CompletableFuture: Java 8 Feature Highlight
CompletableFuture vs Future: going async with Java 8 new features Java 8 was released on March 2014 and arrived with…
Read More » -

Lombok, a compile time Java annotation preprocessor to minimize code size
In this article we are going to see how can we use lombok inside our regular Java Code to minimize…
Read More » -

[MEGA DEAL] The Ultimate Java Bundle (95% off)
Begin Your Programming Odyssey by Tackling This Popular Coding Language with 114 Hours of Training Hey fellow geeks, This week,…
Read More » -

On the need of a generic library around ANTLR: using reflection to build a metamodel
I am a Language Engineer: I use several tools to define and process languages. Among other tools I use ANTLR:…
Read More » -

Benchmarking High-Concurrency HTTP Servers on the JVM
After a first post about HTTP clients, to which I redirect you for an introduction about efficient HTTP on the…
Read More » -

On the Virtues of Avoiding Parsing or Basing Logic on toString() Result
With Java or any other programming language I’ve used significantly, I have found that there are occasionally things that can…
Read More » -

JavaFX 8 DatePicker in Swing Application
1. Overview This article shows an example of a Java SE 8 Swing application using a JavaFX 8 DatePicker control.…
Read More »
