> Forrest uses cocoon  (http://cocoon.apache.org/2.0/)
> Which is a servlet that does xml pipelines
> XML -> transform -> transform --> xml (or whatever) out.
> Along with caching all kinds of other cool stuff.
> That is what you get when you use the "forrest run"  command
>
> Because many, many of our pages are never visited this might actually
> reduce the computational load.

Yup, seems highly likely. It also means that if Forrest barfs on a certain
page we still get access to the other pages.

> So for us that means we run tomcat with a forrest install and then just
> push our xdocs to the right location.
> When a users visits a page that the xml underneath has been updated the
> page will regenerate.

Cool. So I assume we simply copy (sync) the xdocs into the 'log' directory,
and not run forrest & copy(sync) outputs. It is a shame that each run will
generate new xdocs, even though the real content may not change, but that
doesn't seem too painful.

regards,

Adam


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

Reply via email to