Archive

Archive for June, 2010

Java Code to construct a table in PDF using iText

June 28, 2010 1 comment

Introduction:

This article specifies a simple Java code to construct a table in PDF using iText jar. we are all familiar with iText is an open source library. It is used to creating and manipulating PDF,RTF and  HTML files with the use of Java code.Download the latest iText jar here.

Read the rest of the entry …

Sorting the bean list using apache commons bean utils

June 28, 2010 Leave a comment

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?

Read the rest of this entry …

Categories: Apache, BeanUtils, Commons, Java Tags:
Follow

Get every new post delivered to your Inbox.