And how does this approach save memory? You've simply replaced a session object with a HashMap. Or am I missing something?
> -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 8:21 AM > To: Tomcat Users List > Subject: RE: large objects in sessions > > > > Howdy, > > >And the hash in which you look up the object with the > retrieved id can > be > >just something like a static hashtable in some class ? > > Yup. It's usually that simple. > > Yoav Shapira > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
