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
2010-04-05 18:25:17
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
2010-04-06 15:30:36
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
2010-04-06 16:00:11
Jack, Thanks. I was able to resolve the issue
Denzil
2010-05-31 10:43:43