On Fri, 23 Jul 2010 16:44:13 -0300, Adam Zimowski <zimowsk...@gmail.com>
wrote:

* Is there a better way to store file content (cache?). Not sure if
reading it on each access is the right way to go.

You should definetely use some form of cache (EHCache, etc).

<t:cms t:target="${target}"/>

Never user an expansion (${}) when passing a value to a parameter because it forces its coercion to a String. In this case it won't be a problem as the parameter is always a String, but why not getting used to what will always work? ;)

--
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