Hi all,
I'm looking for some object - Java based - that can take data (collection-based e.g. array, vector, etc.) and generate an HTML table with the data in. We are busy writing a standard Java bean to do it, but I was wondering whether its not been done before.
We are using Servlets (not JSP), but I'm wondering whether I cannot encapsulate a JSP tag + all the relevant processing into a bean to emit the desired HTML table...?
Another idea is that I remember Sun started another spec for Java based "widgets" that emit HTML. Any real products yet...?
Any ideas/suggestions are welcome and thanks in advance.
Regards.
Anton.
-
HTML Table Object (2 messages)
- Posted by: Anton van Niekerk
- Posted on: August 23 2001 07:56 EDT
Threaded Messages (2)
- HTML Table Object by Race Condition on August 23 2001 11:20 EDT
- HTML Table Object by Kari Sarsila on September 30 2001 04:21 EDT
-
HTML Table Object[ Go to top ]
- Posted by: Race Condition
- Posted on: August 23 2001 11:20 EDT
- in response to Anton van Niekerk
I suggest that you use one of my favorite packages, the Element Construction Set from Apache. Go to Apache.org and download the latest version of ECS and you may never use a JSP again. I don't. -
HTML Table Object[ Go to top ]
- Posted by: Kari Sarsila
- Posted on: September 30 2001 04:21 EDT
- in response to Anton van Niekerk
You can also try iText-package. It can generate xml, html and pdf from your data quite easily. You can find it from sourceforge.
.kari