You wrote:
> Instead of writing the HTML in the servlet code like
> out.println("<HTML><BODY><B>blah blah b<B></BODY></HTML>
> can we call a Html file that contains these HTML tags directly into
Servlert
> code???
> Is that possible?? If so how??

Sure.  Our CueServlet (XMLServlet v4.0) reads and caches such HTML files and
populates them in various ways with the results of JDBC database work (not
to mention some XML and XSL work).  Have a look at ceriumworks.com.

John Hicks
Cerium Component Software

___________________________________________________________________________
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