Hello SERVLET-INTEREST, I have to write some servlets, which is getting data and sending result to html. What is better way to do it : - servlet generated html output (hard coded) or - servlet generating xml. Xml is translated in youser browser - servlet generating xml and then translate it to html (on server side) - jsp is calling servlet and return response to user browser In each way user write parameter in html form. In "better" I mean performance and maintain code and output. -- Best regards, rbinek mailto:[EMAIL PROTECTED] ___________________________________________________________________________ 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
