• Java

Eclipse Tip: Hide Closed Projects in Eclipse Project Explorer View

Ever wanted to hide all those closed projects in eclipse? Well, here is a simple trick that you may not…

14 years ago
  • Featured
  • Hibernate
  • Struts 2

Writing a URL Shortner in Java Struts2 & Hibernate

This is an attempt to create a simple URL shortner service in pure JEE with Struts2 and Hibernate. Creating Base…

14 years ago
  • Database
  • Oracle

Understanding Primary Key(PK) Constraint in Oracle

The Primary Key(PK) constraint is the most basic concept of any RDBMS (I am particularly interested in Oracle). Yet, I…

14 years ago
  • Java

Generate Pie Chart/Bar Graph in PDF using iText & JFreeChart

iText is a wonderful library if you want to generate PDFs in Java. It comes with a huge set of…

14 years ago
  • Java

10 Most Useful Java Best Practice Quotes for Java Developers

Quote 1: Avoid creating unnecessary objects and always prefer to do Lazy Initialization Object creation in Java is one of…

14 years ago
  • General

Some Useful Unix File Finding Commands

Following are some bunch of commands that might be useful if you want to find files in unix/linux. Large Files…

14 years ago
  • General

Step by step Guide to Crack WinRAR

Hi folks, its been a long time since I have posted some thing technical, so I will be writing about…

14 years ago
  • News

Did Twitter Forget to Update its Copyright Year?

I noticed a strange thing today on Twitter's homepage. Its already end of the first month of 2010 and Twitter's…

14 years ago
  • News

Finally Apple Unveiled its Tablet, The iPad (Video)

After months of speculations and rumors its finally here. Apple has added another weapon in its arsenal, the iPad. In…

14 years ago
  • JavaScript

JavaScript Array Remove an Element

Following is an example of JavaScript where we will remove elements from an array with Index and Value. There are…

14 years ago