Assuming that caching of Action objects makes sense in your application,
you could change the struts default object factory,
to guice or spring and declare the  action beans that you want to be cached
as singletons. Alternatively you could write your own object factory and
put some caching logic there.

Antonios

On 12 February 2013 15:06, S M <[email protected]> wrote:

> Hi,
> Thanks for the quick response. I've structured my struts2 application by
> using a struts action 'View' which renders different pages depending on the
> parameters passed in to the view. So I'm looking to cache the different
> pages based on the url.
>
>
>
>
>
> On Tue, Feb 12, 2013 at 1:20 AM, Lukasz Lenart <[email protected]
> >wrote:
>
> > 2013/2/12 S M <[email protected]>:
> > > Hi,
> > > How do we cache struts2 actions using dynache? Since struts2 uses a
> > filter
> > > instead of servlets, the cachespec.xml entries I have for the actions
> > don't
> > > seem to have any effect.
> >
> > Why and what for? Actions are dynamic elements of your application and
> > caching them doesn't make sense.
> >
> >
> > Regards
> > --
> > Ɓukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>

Reply via email to