-
Enterprise Java
How to batch DELETE statements with Hibernate
Introduction In my previous post, I explained the Hibernate configurations required for batching INSERT and UPDATE statements. This post will…
Read More » -
Enterprise Java
Hack up a Simple JDBC ResultSet Cache Using jOOQ’s MockDataProvider
Some queries shouldn’t hit the database all the time. When you query for master data (such as system settings, languages,…
Read More » -
Software Development
My Talks During JDays2015
Last week I had the chance to be part of a great event in a beautiful and peaceful city of…
Read More » -
Software Development
Is IntelliJ IDEA shining through Eclipse?
As a long time Eclipse user, I want to give a more serious look to IntelliJ IDEA. The people from…
Read More » -
Core Java
Google Guava: 5 Things You Never Knew It Could Do
What are some of the lesser known features of Google Guava that every developer could use? It’s one of the…
Read More » -
Java
Polymorphism in Java Generics
Since the early days as Java programmer we all know how to instantiate and use Collection objects. A List interface…
Read More » -
Enterprise Java
Spring XD for Data Ingestion
Spring XD is a powerful tool that is an installable set of Spring Boot services that run either standalone, on…
Read More » -
Scala
Building a war with spray-servlet
We will use spray-servlet to build a war file of our API. So we can run it in a java…
Read More » -
Software Development
Migrate sonar data from old to new sonar version
At my current project we were setting up a new buildserver. One of the things we had to do was…
Read More »