-
Enterprise Java
Riding Camel on Java EE 7 – REST Services with Swagger Documentation
Camel comes with a bunch of features out of the box. One of them is the Swagger integration. Unfortunately, most…
Read More » -
Scala
Solving “Water buckets” problem using Scala
I recently came across a puzzle called the “Water Buckets” problem in this book, which totally stumped me. You have…
Read More » -
Agile
The New Agile–Why Is Agile So Popular?
Is it the cool name? Is it the actual successes? Is it the drawings with lots of loops in them?…
Read More » -
Enterprise Java
Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)
1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…
Read More » -
Software Development
You Do Need Independent Technical Reviews!
Do you have a team of brilliant and enthusiastic programmers? Of course! You’ve carefully chosen them from a hundred candidates!…
Read More » -
Software Development
Why I Won’t Accept ANY Magic Number
One of the first things I like to establish in a new project is the use of tools like Checkstyle…
Read More » -
Core Java
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 » -
Core Java
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 » -
Software Development
A True SQL Gem You Didn’t Know Yet: The EVERY() Aggregate Function
We’ve just added support for the EVERY() aggregate function (#1391) to jOOQ, and would like to take the opportunity of…
Read More »