-
Core Java
Google Guava Cache
This Post is a continuation of my series on Google Guava, this time covering Guava Cache. Guava Cache offers more…
Read More » -
Agile
Predictability – Making Promises you can Keep
Speed – being first to market, rapid innovation and conducting fast cheap experiments – is critically important to startups and…
Read More » -
Enterprise Java
JSON-Schema generation in Jersey
So in my previous post I talked about a proposal to allow the use of JSON-Schema in a WADL, this post…
Read More » -
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 »