>>> Heinz Wehner <[EMAIL PROTECTED]> 29-Jan-00 10:22:39 PM >>>

>Is this a feasable approach? Are there other solutions?

Well... one of the things that you may be overlooking here is that
with dynamic content you don't necessarily have a heirachy at all.

Second, if the pages you have generated can be repeated in anyway you
can use a combination of sessions and HttpServlet.getLastModified() to
ensure that a browser's cache is used.

getLastModified also allows you to implement systems where you test a
page resource to see if there is any required processing before doing
it.



Nic Ferrier

___________________________________________________________________________
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