views:

432

answers:

1

I would like to know if there's an open source library (JAR) available to generate a tag-cloud in Java?

+1  A: 

If the output you need should be in HTML you can use OpenCloud: http://sourceforge.net/projects/opencloud/

Jack
Jack, Thanks for the answer ! However, wouldn't it require a web server to display the tag cloud? Isn't an offline option available?
Denzil
It can also be used into a website but basically you populate the tagcloud and then you can get the tags list with the size of every single tag and do whatever you want, you should check documentation inside the zip of the library..
Jack
Jack, Thanks. I was able to resolve the issue
Denzil