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 » -
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 » -
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 » -
Integrating JQGrid with Spring MVC and Gson
I was working on a single page application where i wanted to use the grid functionality in one part of…
Read More » -
Performance Tuning Ideas for Apache Camel
Every now and then, I get questions around optimising Camel applications with the argument that Camel is slow. Camel is…
Read More » -
Adding JAR Dependencies to an Eclipse Plugin Maven Tycho Build
Something that is constantly bothering me when developing the OPP project is the use of hard-coded Java library dependencies. I…
Read More » -
Wildfly Swarm, towards maturity and a small contribution
One of the projects I follow lately, is Wildfly Swarm. Eventually my request during this year’s Devoxx in the JBoss…
Read More » -
A Working DeltaSpike Tutorial
On a recent project, I was faced with an interesting problem: take a service method that was given a single…
Read More » -
A Brief Overview of Performance Enhancements in Apache Drill 1.4
Today we are excited to announce that Apache Drill 1.4 is now available on the MapR Distribution. Drill 1.4 is…
Read More »