That's kind of vague; what sort of strings do you mean? If they are repetitive and lend themselves to templates, create an XML document and transform it into HTML with XSLT. You can create XML objects very easily with JDOM (www.jdom.org). You can then send a serialized HTML document to an applet or have your servlet send the transformed XML.
Cheers! Mark I am a deeply superficial person. -Andy Warhol This email was scanned with Norton AntiVirus 2002 before sending. ----- Original Message ----- From: "Gardner Monte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 4:09 PM Subject: HTML utilities > Does anyone know of some good Utility classes for > creating HTML document strings? I'm kind of getting > tired of coding all the HTML myself. > > --Monte Glenn Gardner > > ___________________________________________________________________________ > 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 > > ___________________________________________________________________________ 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
