At 08:50 PM 2/2/00 -0800, Floyd Marinescu wrote:
>...html cache can be implemented if the servlet can capture the output of the
>jsp and save it to a file, and later just serve that file until you decide
>to regenerate the page again.
>
>     I have tried to implement this, but I can't come up with the simple code
>to capture jsp output from within the servlet.

Our XSLServlet captures dynamic XML output and passes it to the XSL
processor.  We write the XML output stream not to a file but to a
StringBuffer, as I recall.  Write if you want details or code examples.

John Hicks
Cerium Component Software
ceriumworks.com

___________________________________________________________________________
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