-
Enterprise Java
MongoDB with Java Kickstart
NoSQL databases due to their scalability are becoming increasingly popular. When used appropriately NoSQL databases can offer real benefits. MongoDB…
Read More » -
Software Development
Apache Bigtop – Installing Hive, HBase and Pig
In the previous post we learnt how easy it was to install Hadoop with Apache Bigtop! We know its not…
Read More » -
Desktop Java
JavaFX 2.0 Hello World
Before talking about the example itself, I want to show you how to create a JavaFX application in NetBeans. (If…
Read More » -
Software Development
All you need to know about QuickSort
It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it…
Read More » -
Enterprise Java
Impressive first Apache Camel release
In preparation for the CamelOne conference next week, I took time to look back in the history of the Apache…
Read More » -
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 »