Re: Retrieve Data From WebServer

2006-08-31 Thread nuwan chandrasoma
Hi, Cache what ever data you want,so that when every time it wont do a DB call, but you need to use session to keep the cache data list. Thanks, Nuwan. On 8/31/06, Anil Kumar T <[EMAIL PROTECTED]> wrote: Hi, I was also having similar problem some time back. According to my knowledge... If

RE: Retrieve Data From WebServer

2006-08-31 Thread Rokariya, Raman
case. /Raman -Original Message- From: Anil Kumar T [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 12:17 PM To: Struts Users Mailing List Subject: RE: Retrieve Data From WebServer Hi, I was also having similar problem some time back. According to my knowledge... If the data

RE: Retrieve Data From WebServer

2006-08-30 Thread Anil Kumar T
Hi, I was also having similar problem some time back. According to my knowledge... If the data is common to all the users then may be you can have a singleton class and then only once you can populate the data, and every time you use the same data. If the data is user specific then I think stori