Where is the server dom kept?
Added by Anthony Buck about 14 years ago
Just wondering if anyone could tell me where the DOM is kept on the server side when using jWt? I Wt it's kept in memory if I remember but this doesn't seem possible when it comes to an application server?
Regards,
Roja
Replies (2)
RE: Where is the server dom kept? - Added by Koen Deforche almost 13 years ago
Hey Roja,
Yes it is kept in memory, and associated with the servlet session.
Regards,
koen
RE: Where is the server dom kept? - Added by Anthony Buck almost 13 years ago
Better late than never :)
Koen Deforche wrote:
Hey Roja,
Yes it is kept in memory, and associated with the servlet session.
Regards,
koen