>>> jim moore <[EMAIL PROTECTED]> 20-Jul-00 3:42:53 PM >>>

>if i'm not mistaken, he is talking about a DOM like
>solution too--the clone is necessary because DOM
>objects are not thread-safe. The servlet would
>contain the master document, and the clone it for
>manipulation on a request basis.

You don't need to clone it because the manipulation can occur outside
the DOM like object.

You only need the DOM like object as a conveinant representation of a
document.

Trust me - I have built quite large systems on this premise (with
DOM-like objects representing templates).



Nic

___________________________________________________________________________
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