Ever wanted to hide all those closed projects in eclipse? Well, here is a simple trick that you may not…
This is an attempt to create a simple URL shortner service in pure JEE with Struts2 and Hibernate. Creating Base…
The Primary Key(PK) constraint is the most basic concept of any RDBMS (I am particularly interested in Oracle). Yet, I…
iText is a wonderful library if you want to generate PDFs in Java. It comes with a huge set of…
Quote 1: Avoid creating unnecessary objects and always prefer to do Lazy Initialization Object creation in Java is one of…
Following are some bunch of commands that might be useful if you want to find files in unix/linux. Large Files…
Hi folks, its been a long time since I have posted some thing technical, so I will be writing about…
I noticed a strange thing today on Twitter's homepage. Its already end of the first month of 2010 and Twitter's…
After months of speculations and rumors its finally here. Apple has added another weapon in its arsenal, the iPad. In…
Following is an example of JavaScript where we will remove elements from an array with Index and Value. There are…