Java
-

A Curious Incidence of a jOOQ API Design Flaw
jOOQ is an internal domain-specific language (DSL), modelling the SQL language (external DSL) in Java (the host language). The main…
Read More » -

JWT – Generating and validating a token – Samples
JWT provides a very interesting way to represent claims between applications that can be verified and trusted. My objective here…
Read More » -

Leaner Java Collections with FastUtil
In response to my recent post Discovering a Trove of Java Primitives Collection Handling on the GNU Trove library, TheAlchemist…
Read More » -

Configurable ETL processing using Apache Storm and Kite SDK Morphlines
From the first days I have worked as software engineer, I always hear the same request by many sides: “We…
Read More » -

Introducing Cucumber for Java + STANDARD Values
As software developers, we all have our favorite tools for making us successful. Many are perfect for the job when…
Read More » -

If You’ve Written Java Code in 2015 – Here Are the Trends You Couldn’t Have Missed
A practical overview of the most interesting trends we had the chance to encounter over the last year In this…
Read More » -

Please, Java. Do Finally Support Multiline String Literals
I understand the idea of Java-the-language being rather hard to maintain in a backwards-compatible way. I understand the idea of…
Read More » -

Getting Started With The JBoss EAP 7 Quickstarts
Now, that the beta of latest Red Hat JBoss Enterprise Application Platform7 is out, it is about time to explore…
Read More » -

Discovering a Trove of Java Primitives Collection Handling
While reading the blog post 5 Tips for Reducing Your Java Garbage Collection Overhead, I was reminded of the existence…
Read More »



