Java
-
JQuery DataTables And Java Integration
Jquery DataTables is a open source plugin for creating tables in browser. It has many features like sorting,server side processing,…
Read More » -
Creating DataTable From RSS Feed And YQL
Yahoo Query Language(YQL ) is a query language like SQL.…
Read More » -
Don’t rely on unit tests alone
When you are building a complex system, barely testing components in isolation is not enough. It’s crucial, but not enough.…
Read More » -
Singleton Design Pattern – An introspection and best practices
Definition: Singleton is a part of Gang of Four design pattern and it is categorized under creational design patterns. In…
Read More » -
Spring Bean names
Spring bean names are straightforward, except for cases where names are not explicitly specified. To start with, Spring bean names…
Read More » -
Hadoop Hangover: Launch a hadoop cluster CDH4 using Apache Whirr
This post is about how-to launch a CDH4 MRv1 or CDH4 Yarn cluster on EC2 instances. It’s said that you…
Read More » -
Pool of ssh connections using Apache KeyedObjectPool
I found the org.apache.commons.pool extremely useful and robust, but not well documented. So, I’ll try to help a bit here…
Read More » -
Hello GroovyFX
GroovyFX brings together two of my favorite things: Groovy and JavaFX. The main GroovyFX Project page describes GroovyFX as ‘[providing]…
Read More » -
Introduction To JavaEE Concepts
This post aims at clarifying acronyms and concepts used in the J2EE paradigm. J2EE stands for Java to Platform, Entreprise…
Read More »