Nirmal Pitchai wrote:

> Is there anyway to keep the HTML out of the servlet code as a separate file.
>

Use JSP, or use one of the template-based servlet environments like Freemarker
or Webmacro.  Or, if you want to, it's pretty easy to write a servlet to read
HTML code from a file yourself, and write it to the output stream.

Craig McCLanahan

___________________________________________________________________________
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

Reply via email to