Application Scoped Object Initialization

2001-05-08 Thread Jeff Trent
What is the suggested method for singleton, application scoped object initialization? Where how does it happen? I want to create a singleton containing shared cached lists to be used in populating html:options with. Thanks.

Re: Application Scoped Object Initialization

2001-05-08 Thread William Jaynes
Object Initialization What is the suggested method for singleton, application scoped object initialization? Where how does it happen? I want to create a singleton containing shared cached lists to be used in populating html:options with. Thanks.

Re: Application Scoped Object Initialization

2001-05-08 Thread Jeff Trent
Initialization What is the suggested method for singleton, application scoped object initialization? Where how does it happen? I want to create a singleton containing shared cached lists to be used in populating html:options with. Thanks.

Re: Application Scoped Object Initialization

2001-05-08 Thread Calvin Yu
[EMAIL PROTECTED] wrote: What is the suggested method for singleton, application scoped object initialization? Where how does it happen? I want to create a singleton containing shared cached lists to be used in populating html:options with. Thanks

RE: Application Scoped Object Initialization

2001-05-08 Thread Niall Pemberton
PROTECTED]] Sent: 08 May 2001 15:52 To: [EMAIL PROTECTED] Subject: Application Scoped Object Initialization What is the suggested method for singleton, application scoped object initialization? Where how does it happen? I want to create a singleton containing shared cached lists to be used