> Does somebody knows about classes that can handle and generate HTML
> code instead of doing by hand. I mean, if I want to create a HTML
> table, I could do something like this:
>
> HtmlTable t = new HtmlTable(2 ,3);
>
> where 2 and 3 stands for the row and colums, and late you can modify the
> properties of the table and eventually send to the HttpServletResponse
> ????
Yes, you just missed a whole bunch of discussion about this the other day.
Take a look at <http://java.apache.org/> within the next 24 hours. Stephan
Nagy and myself have created Element Construction Set (ECS) and it does
exactly what you need (and much much more!). It is fully open source under
the Java Apache Project.
I'm working on documentation for it rightnow...
-jon
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html