Sorting the bean list using apache commons bean utils
Introduction:
This article specifies how to sort the bean list in an efficient way. Nowadays whenever I surf the net, comparable interface is widely used to sort the bean list. I am very sure its a best approach no doubt in that. In case if you want to sort the bean list in more than one place of your projects, I feel the code will be redundant. Am I right?