• General

Redirect your homepage /+ URL to your Google + profile

15 years ago

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

  • Java

How to iterate HashMap using JSTL forEach loop

15 years ago

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

  • Featured
  • General

How to use Dropbox as an SVN repository

15 years ago

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

  • Spring

Introducing Cache support in Spring 3.1 M1

15 years ago

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

  • JavaScript
  • JQuery

Create a Clearable TextBox with jQuery

16 years ago

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

  • Database
  • Featured
  • Oracle

Oracle 11G new feature: Virtual Column

16 years ago

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

  • Spring
  • Spring Roo

Spring Roo: Customizing Web MVC UI Forms

16 years ago

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

  • JavaScript
  • JQuery

jQuery: Get the Text of Element without Child Element

16 years ago

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

  • Java
  • Spring
  • Spring Roo

Spring Roo: Saving/Retreving BLOB object in Spring Roo

16 years ago

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

  • Spring
  • Spring Roo

How to implement Master/Detail forms using Spring Roo

16 years ago

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