-
Enterprise Java
ANTLR: Getting Started
This post drives you towards the basics of ANTLR. Previously, we had learnt about setting up of ANTLR as an…
Read More » -
Enterprise Java
Spring 3.1 profiles and Tomcat configuration
Spring 3.1 introduced very useful feature called profiles. Thanks to that its easy to build one package that can be…
Read More » -
Core Java
Chain of Responsibility Pattern in Java
Chain of Responsibility design pattern is needed when a few processors should exist for performing an operation and a particular…
Read More » -
Enterprise Java
Concurrency – Executors and Spring Integration
Thread Pool/Executors Based Implementation A better approach than the raw thread version, is a Thread pool based one, where an…
Read More » -
Core Java
Bye, Bye, 5 * 60 * 1000 //Five Minutes, Bye, Bye
In this post I am going to talk about one class that was first introduced in version 1.5, that I…
Read More » -
Enterprise Java
Using Redis with Spring
As NoSQL solutions are getting more and more popular for many kind of problems, more often the modern projects consider…
Read More » -
Software Development
Apache Bigtop – Installing Hadoop
Ah!! The name is everywhere, carried with the wind. Apache Hadoop!! The BIG DATA crunching platform! We all know how…
Read More » -
Software Development
Findbugs Warnings By Sample
The FindBugs™ bug descriptions of the online documentation are concise and well written. Unfortunately, some parts of the descriptions are…
Read More » -
Core Java
Apache Commons SCXML: Finite State Machine Implementation
This article mentions about Finite State Machines (FSM), SCXML ( State Chart extensible Markup Language) and Apache Common’s SCXML library.…
Read More »