• General

Redirect your homepage /+ URL to your Google + profile

While lot of people are stuggling getting into this new social network, I was among the lucky one who got…

13 years ago
  • Java

How to iterate HashMap using JSTL forEach loop

JavaServer Tag library is one of the most used JSP tag library out there. I have used it almost in…

13 years ago
  • Featured
  • General

How to use Dropbox as an SVN repository

Recently, the popular Cloud based startup Dropbox is getting lot of attention on Internet. It is a free file synchronization/backup…

13 years ago
  • Spring

Introducing Cache support in Spring 3.1 M1

Spring 3.1 M1 is out with some very useful features. One of the coolest feature in the latest release is…

13 years ago
  • JavaScript
  • JQuery

Create a Clearable TextBox with jQuery

Recently I came across a wonderful article by David Walsh on Clearable Textboxes with Dojo Toolkit [link]. This is a…

13 years ago
  • Database
  • Featured
  • Oracle

Oracle 11G new feature: Virtual Column

Oracle 11g introduced the concept of 'Virtual Column' within a table. Virtual Columns are similar to normal table's columns but…

13 years ago
  • Spring
  • Spring Roo

Spring Roo: Customizing Web MVC UI Forms

There are many features that I like from Spring Roo: The shell is very effective for constructing projects -with a…

13 years ago
  • JavaScript
  • JQuery

jQuery: Get the Text of Element without Child Element

While writing code in jQuery, I often use .text() method to get the content of any element from DOM. This…

13 years ago
  • Java
  • Spring
  • Spring Roo

Spring Roo: Saving/Retreving BLOB object in Spring Roo

After reading the excellent article titled Saving/Retreving BLOB object in Spring MVC/Hibernate immediately came to my mind: How would it…

13 years ago
  • Spring
  • Spring Roo

How to implement Master/Detail forms using Spring Roo

I jumped in the Spring Roo wagon since version 1.1.0M1. The first thing I wanted to do after got used…

13 years ago