I've created & used
http://tapfx.cvs.sourceforge.net/tapfx/tapfx-tapestry4/src/java/net/sf/tapfx/components/cache/

It should work for 4.1.x & i'll probably need it some time soon, so, take a look

On Jan 19, 2008 7:30 PM, Kaspar Fischer <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> We have rather complex pages that take some time to render and I want to
> cache them as HTML files.
>
> For this, I need the output of a (HTML) request from the page service
> and store it on disk. When a next request comes, I want to return it
> directly.
>
> How can I get hold of the output of a request? Looking at the Tapestry
> source, it seems that I need to override DefaultResponseBuilder.java
> in some way.
>
> Or are there any hooks by which Tapestry could inform me when the HTML
> is rendered? And maybe a way to let me give it a stream to return
> directly?
>
> If not, could somebody outline, very roughly, what needs to be coded?
>
> That would make it much easier for me to get started and come up
> with more concrete questions. Of course, I'll share the result here
> on the list again.
>
> Many thanks!
> Kaspar
>
> --
> Kaspar Fischer
> [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to