Java
-

Chronicle and low latency in Java
Overview I was watching this excellent presentation by Rolan Kuhn of Typesafe on Introducing Reactive Streams At first glance it appears that…
Read More » -

Spring Java Configuration: Session timeout
We live in a nice time, when you can develop a Spring application using java based configuration. No redundant XML…
Read More » -

Continuous Integration with JBoss Fuse, Jenkins and Nexus
Recently I was putting together a quickstart Maven project to show a possible approach to the organization of a JBoss…
Read More » -

Spring MVC and Thymeleaf: how to acess data from templates
In a typical Spring MVC application, @Controller classes are responsible for preparing a model map with data and selecting a…
Read More » -

Writing Clean Tests – It Starts from the Configuration
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -

Three-State Booleans in Java
Every now and then, I miss SQL’s three-valued BOOLEAN semantics in Java. In SQL, we have: TRUE FALSE UNKNOWN (also…
Read More » -

Common Java Myths
These are questions which are likely to be too advanced to ask in any interview as they may just put…
Read More » -

The effects of programming with Java 8 Streams on algorithm performance
Multi-paradigm programming with Java has been possible for many years, with its support for a mix of service oriented, object…
Read More » -

Java 8 Friday: Let’s Deprecate Those Legacy Libs
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More »



