-
Enterprise Java
Integration testing with Maven and Docker
Docker is one of the new hot things out there. With a different set of technologies and ideas compared to…
Read More » -
Core Java
Java Facts to Blow your Mind! (infographic)
With the release of Java 8 scheduled for the coming days, we were on the lookout for some Java facts…
Read More » -
Enterprise Java
Integration testing custom validation constraints in Jersey 2
I recently joined a team trying to switch a monolithic legacy system into set of RESTful services in Java. They…
Read More » -
Enterprise Java
Postgres and Oracle compatibility with Hibernate
There are situations your JEE application needs to support Postgres and Oracle as a Database. Hibernate should do the job…
Read More » -
Enterprise Java
Event processing in camel-drools
In a previous post about camel-drools I’ve introduced camel-drools component and implemented some simple task-oriented process using rules inside Camel…
Read More » -
Core Java
How to install Oracle’s Java on Ubuntu the easy way
Developers on Ubuntu are accustomed to seeing at least two flavors of Java. OpenJDK is an open-source build of the…
Read More » -
Software Development
The 10 Commandments of Programming
Patterns 34:29 As Turing descended from Mount Compute – with the two iPads of the testimony in his hands as…
Read More » -
Software Development
Please, Run That Calculation in Your RDBMS
There’s one thing that you can do terribly wrong when working with RDBMS. And that thing is not running your…
Read More » -
Enterprise Java
Tracking Exceptions With Spring – Part 2 – Delegate Pattern
In my last blog, I started to talk about the need to figure out whether or not your application is…
Read More »