-
Core Java
Google Guava – Futures
This post is a continuation of my series on Google Guava, this time covering Futures. The Futures class is a…
Read More » -
Core Java
Java Specification Requests in Numbers
You all know about the Java Community Process (JCP), don’t you? The JCP is the mechanism for developing standard technical specifications…
Read More » -
Enterprise Java
Use reCaptcha in a Spring MVC web application
A CAPTCHA is a program that can generate and grade tests that humans can pass but computer programs ‘cannot‘. One of…
Read More » -
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 »