Hi,
I am currently involved in a project were we implement a propiatory cgi c++ based web framework in
java.
I have a page object which represents a html page containing special tags (not
jsp tags).
The page object contains a tree structure of the actual html page.
I have a repository class in the framework where all page objects are held. Each time
a user makes a request for a page the framework picks the page object from the repository and
runs the runtime engine over it.
The problem I am facing is that I have to make a copy of the original page object in the repository
for the user to work with but could not find an easy or working way to do this.
Has anybody an idea how to solve this problem elegantly and most of all in a fast ( runtime that is ) manner.
Thanks for your helpful comments.
Best regards,
jay
----------
SCJP,
SCJD