I might have to make some Java classes that dynamically create strings with HTML tags. I remember years ago there was a third party library that wrapped such things nicely, ie html.tableopen() instead of writing an HTMl table tag. Is there such a library that is part of standard Java distributions, now? If not is there a free (as in open source )library or a better to make HTML strings in Java?
Share
The latest one I know is
http://rendersnake.org/examples.html