Public static final Map foo = new HashMap();

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> work.org]
> Sent: Sunday, June 05, 2005 5:53 AM
> To: [email protected]
> Subject: Persistent data outside of page scope (setupForRequest...)
> 
> If I want to "remember" data within the global object in a map
> and generate it within setupForRequest, it is called and generated for
> every
> page request....although it should be held within the webserver somewhere.
> 
> Where would I generate it if I only want to generate it once
> for the whole web application and not for every page request ?
> 
> 
> Where and how would I generate it if I only want to generate it once
> for a single user for the whole web application ?
> 
> 
> Thanks!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to