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 » -

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 » -

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 » -

How to Pattern-Match Files and Display Adjacent Lines in Java
Recently, we’ve published our article about the awesome window function support in jOOλ 0.9.9, which I believe is some of…
Read More » -

OpenMap Tutorial 4 – Layers
1. Introduction In the first tutorial we created a basic OpenMap GIS application that displays a map with one shape…
Read More » -

Java Dynamic Proxy
Proxy is a design pattern. We create and use proxy objects when we want to add or modify some functionality…
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 » -

9 differences between Array and ArrayList in Java
Both array and ArrayList are two important data structures in Java and are frequently used in Java programs. Even though…
Read More »



