The short answer is yes.
There are hooks for doing both of those. The first is pretty standard look
at the docs.
For the second, while caching like this is not directly supported, you can
add a hook in your code that can conditionally cache your entire page
response. Take a look at PageRenderRequestFilter.

Josh
On Tue, Aug 26, 2008 at 2:54 PM, codetester <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I am new to Tapestry and trying to evaluate it for a personal project ( I
> am
> current using struts2). Could someone help me in the following queries?
>
> 1) Is it possible to support the following URL structures out of the box?
> www.myhost.com/
> www.myhost.com/category/
> www.myhost.com/category/cat1/page1/xyz ...
>
> 2) Is is possible to conditionally plug in some cache ( like memcached ),
> so
> that I can serve the entire processed HTML ( including the response header
> )
> directly to the servlet response stream? ( In case of a cache miss, then
> the
> normal flow would happen and I would conditionally cache the entire HTML
> output ).
>
> Thanks!
> --
> View this message in context:
> http://n2.nabble.com/Tapestry-query-on-URLs-and-Memcached-tp785361p785361.html
> Sent from the Tapestry Users mailing list archive at Nabble.com.
>



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

Reply via email to