RE: Caching Framework

2004-08-16 Thread sridhar ramalingam
Framework That's really a great idea Erik. Can you please point me to some example. Thanks Erik, Regds Ravi -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:21 PM To: Struts Users Mailing List Subject: Re: Caching Framework Ravi, wi

RE: Caching Framework

2004-08-13 Thread ravi.vedala
Thanks a ton Erik. Regds Ravi -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:41 PM To: Struts Users Mailing List Subject: Re: Caching Framework // your PlugIn implementation public class SimpleCache implements

RE: Caching Framework

2004-08-13 Thread Richard Cave
getter and setter methods to access the parameter. Hope this helps. Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2004 15:29 To: [EMAIL PROTECTED] Subject: RE: Caching Framework As I am very new to struts, it would be very helpful if you can

Re: Caching Framework

2004-08-13 Thread Vic Cekvenich
In Struts, a layered framework, caching data should happen in the data layer. iBatis, Hibrenate, and other DAO's all do caching automaticaly and configureable of data, such as drop down selects, etc. Caching data in View layer is not Strut-y. .V [EMAIL PROTECTED] wrote: Hi, Is there any Ca

RE: Caching Framework

2004-08-13 Thread ravi.vedala
ubject: RE: Caching Framework Ravi, We've just implemented a master data load using the same technique as Eric. Appears to be working very well. Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2004 14:54 To: [EMAIL PROTECTED] Subje

Re: Caching Framework

2004-08-13 Thread kcitron
Use OSCache - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Caching Framework

2004-08-13 Thread Erik Weber
wrote: That's really a great idea Erik. Can you please point me to some example. Thanks Erik, Regds Ravi -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:21 PM To: Struts Users Mailing List Subject: Re: Caching Framework Ravi,

RE: Caching Framework

2004-08-13 Thread Guillermo Meyer
providers you can create collections with different strategies (fixed, JDBC, filtered, etc) and optionally you could create your own collection factory. Cheers. Guillermo. >-- Mensaje original -- >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: Caching

RE: Caching Framework

2004-08-13 Thread rahul.chaudhary
8/13/2004 6:38 AM To: [EMAIL PROTECTED] Cc: Subject: Caching Framework Hi, Is there any Caching framework available for struts ? For eg: I need to cache some list of objects ..

RE: Caching Framework

2004-08-13 Thread Richard Cave
Ravi, We've just implemented a master data load using the same technique as Eric. Appears to be working very well. Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2004 14:54 To: [EMAIL PROTECTED] Subject: RE: Caching Framework T

RE: Caching Framework

2004-08-13 Thread ravi.vedala
That's really a great idea Erik. Can you please point me to some example. Thanks Erik, Regds Ravi -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:21 PM To: Struts Users Mailing List Subject: Re: Caching Framework Ravi, without ge

Re: Caching Framework

2004-08-13 Thread Erik Weber
the init method). Finally, register your PlugIn with struts-config.xml. When your Struts app initializes, your PlugIn's init method is invoked. Your JSPs now have easy access to the cached data, as do your Actions. Erik [EMAIL PROTECTED] wrote: Hi, Is there any Caching framework availabl

Caching Framework

2004-08-13 Thread ravi.vedala
Hi, Is there any Caching framework available for struts ? For eg: I need to cache some list of objects ...etc., Ravi Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and