-
DevOps
Tomcat Clustering Series Part 2 : Session Affinity Load Balancer
This is the second part of the Tomcat Clustering Series. In the first part we discussed how to setup a simple load…
Read More » -
Enterprise Java
Polling an http end point using Spring Integration
It is a little non-intuitive if you want to write a flow with Spring Integration which polls an http end point…
Read More » -
Enterprise Java
Chain of responsibility using Spring @Autowired List
There is a way in Spring 3.1 to auto populate a typed List which is very handy when you want…
Read More » -
Core Java
IBM AIX: Java process size monitoring
This article will provide you with a quick reference guide on how to calculate the Java process size memory footprint…
Read More » -
Core Java
Java Annotations Tutorial with Custom Annotation
Java Annotations provide information about the code and they have no direct effect on the code they annotate. In this…
Read More » -
Core Java
Google Guava Concurrency – ListenableFuture
In my last post I covered using the Monitor class from the com.google.common.util.concurrent package in the Guava Library. In this…
Read More » -
Enterprise Java
Permissions in OSGi
In a previous post, we looked at implementing a sandbox for Java applications in which we can securely run mobile…
Read More » -
Enterprise Java
Using Jasper Reports to create reports in Java
Last week I was trying to create a report using Jasper. In this post I will document some of the…
Read More » -
Scala
Parallelization of a simple use case explained
Some time ago a friend of mine asked me about the possibilities of speeding up the following process: they are…
Read More »