Re: ANN: [portal] New CachingPortletAdapter

2005-01-12 Thread Carsten Ziegeler
DURDINA Michal wrote: I checked Pluto 1.0.1-rc1 (and also trunk) and the result is: pluto portal (/portal) does not implement caching yet. The portlet.xml expiration-cache element is parsed in PortletDefinitionImpl but never read (checked with Eclipse -> References). The same is valid for cocoon

Re: ANN: [portal] New CachingPortletAdapter

2005-01-10 Thread Ralph Goers
DURDINA Michal wrote: I checked Pluto 1.0.1-rc1 (and also trunk) and the result is: pluto portal (/portal) does not implement caching yet. The portlet.xml expiration-cache element is parsed in PortletDefinitionImpl but never read (checked with Eclipse -> References). The same is valid for cocoon

RE: ANN: [portal] New CachingPortletAdapter

2005-01-10 Thread DURDINA Michal
> -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 5:46 PM > To: dev@cocoon.apache.org > Subject: Re: ANN: [portal] New CachingPortletAdapter > > > DURDINA Michal wrote: > > Sorry for just a quick respo

Re: ANN: [portal] New CachingPortletAdapter

2005-01-07 Thread Carsten Ziegeler
DURDINA Michal wrote: Sorry for just a quick response. JSR168 - portlet specification really defines something like "expiration cache", which when set to -1 should provide caching of portlet content. But as I see it: * according to spec, implementation of caching is optional for portlet contain

RE: ANN: [portal] New CachingPortletAdapter

2005-01-07 Thread DURDINA Michal
gate pluto distribution wheter caching is supported by pluto container at all Michal > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:14 PM > To: dev@cocoon.apache.org > Subject: Re: ANN: [portal] New CachingPortletAda

Re: ANN: [portal] New CachingPortletAdapter

2005-01-07 Thread Carsten Ziegeler
Hi, the portlet standard already supports caching; each portlet can be configured to be cached and the portlet container (in our case pluto) should cache the content. So I think our portal already does the caching. Or do I oversee something? Carsten DURDINA Michal wrote: Hi, after some days of co