-
Enterprise Java
Spring MVC 4 Quickstart Maven Archetype Improved – More Java 8 Features
For all those developers interested in bootstrapping Spring 4 application quickly without Spring Boot, please check my Spring MVC 4…
Read More » -
Software Development
How to Detect Slow Queries with jOOQ
Just now, we implemented a nice little feature in jOOQ’s code generator: https://github.com/jOOQ/jOOQ/issues/4974 It detects whenever the jOOQ code generator…
Read More » -
Desktop Java
libgdx and Kotlin – Classes [2D Platformer Prototyping]
This post is a follow up of the libgdx and Kotlin post. I have decided to prototype a simple 2D…
Read More » -
Enterprise Java
Spring Cloud Ribbon – Making a secured call
Something simple, but I struggled with this recently – I had to make a Netflix Ribbon based client call to…
Read More » -
Software Development
Bet Super Bowl 50 Like A Boss with Apache Spark
This time, it’s personal. Super Bowl 50 is being played at Levi’s Stadium in Santa Clara – within sight of…
Read More » -
Desktop Java
JavaFX: TouchGesture Memory Leak?
In one of my projects I was fighting with a memory leak the last couple of days (yes … “couple”)…
Read More » -
Enterprise Java
How we accidentally doubled our JDBC traffic with Hibernate
This post describes my recent experience with Hibernate ORM. Over the years the framework has not stopped to amaze me…
Read More » -
Core Java
Creating a proxy object using cglib
In the previous post I was talking about the standard Java based proxy objects. These can be used when you…
Read More » -
Enterprise Java
Exception Handling in Spring RESTful Web Service
1. Introduction We might have been across some of the several ways by which we can handle exceptions in a RESTful…
Read More »