• Java

Eclipse Tip: Hide Closed Projects in Eclipse Project Explorer View

17 years ago

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

  • Featured
  • Hibernate
  • Struts 2

Writing a URL Shortner in Java Struts2 & Hibernate

17 years ago

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

  • Database
  • Oracle

Understanding Primary Key(PK) Constraint in Oracle

17 years ago

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

  • Java

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

17 years ago

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

  • Java

10 Most Useful Java Best Practice Quotes for Java Developers

17 years ago

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

  • General

Some Useful Unix File Finding Commands

17 years ago

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

  • General

Step by step Guide to Crack WinRAR

17 years ago

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

  • News

Did Twitter Forget to Update its Copyright Year?

17 years ago

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

  • News

Finally Apple Unveiled its Tablet, The iPad (Video)

17 years ago

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

  • JavaScript

JavaScript Array Remove an Element

17 years ago

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