On Wed, 05 May 2010 17:50:00 -0300, MauricioF <mauricio.fara...@ioko.com> wrote:

Other issue I´ll have to face is about caching templates, because I´d like T5 to detect when a template has changed to remove it from the cache)

I guess you'll need to do this yourself.

Ideally I´d like to register in my module a new implementation of
PageTemplateLocator

You're looking for module autoloading and Tapestry-IoC already implements that: http://tapestry.apache.org/tapestry5.1/tapestry-ioc/autoload.html.

Any other idea how can I do this? (If you think override PageTemplateLocator is not the right thing..)

Overriding or decorating PageTemplateLocator through Tapestry-IoC is the right thing AFAIK. :)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to