Oops, I should have searched a little longer first:

http://www.nabble.com/How-to-store-the-rendering-of-a-page-in-a- String-to10355949.html#a10390604

I'll take a look at this.

Sorry,
Kaspar

On 19.01.2008, at 18:30, Kaspar Fischer 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]



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

Reply via email to