Ravi, Take a look at the logon example again, org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn.java.
Regards, Sridhar -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 6:54 AM To: [EMAIL PROTECTED] Subject: RE: Caching 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, without getting real complicated, I use PlugIns to do this! Implement org.apache.struts.action.PlugIn. You only need to write two methods -- init and destroy. In your init method, gather some data store it as application scope attributes (you get a reference to the controller Servlet in 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 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 may contain confidential or privileged information. If >you are not the intended recipient, please notify the sender at Wipro >or [EMAIL PROTECTED] immediately and destroy all copies of this >message and any attachments. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] 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 may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. --------------------------------------------------------------------- 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]