On Wed, 25 Jun 2014 05:58:36 -0300, Net Dawg <net.d...@yahoo.com.invalid> wrote:

On server startup, what is the best way to preload all *.tml under [...]resources[...]pages? With all defaults - locale, etc.

Templates themselves are tightly tied to their class counterparts, so preloading just templates wouldn't make a difference. Dmitry's solution should work for preloading classes and templats.

In other words, how are tapestry (5.3.x) pages mapped to servlets so that something like this may be attempted in web.xml?

Tapestry doesn't map pages to servlets. Tapestry isn't implemented as a servlet, but as a servlet filter, so every request passes through it, even when Tapestry itself doesn't generate the response.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.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