Nic,

> >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.

I'm aware it doesn't need to be a hierarchy. It's just common, so I've
taken a hierachy as an example here.

> 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.

getLastModified returns the time the HttpServletRequest object was last
modified. I don't understand how this can be used for revisiting pages.
Can you please be more specific?


Regards,

Heinz Wehner
(Karlsruhe, Germany)

___________________________________________________________________________
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