On Wed, 04 Apr 2012 19:47:48 -0300, Manuel Sugawara <[email protected]> wrote:

Hi all,

Hi!

I have a RequestFilter that serves some content from the database and I
would like that  it run after the assets dispatcher in order to avoid the
creation of the service that access the database. Is this possible?.

Why don't you write it as a Dispatcher instead?

How are dispatchers and filters related?.

The dispatchers are invoked by a RequestFilter added as the the terminator (last RequestFilter executed in the pipeline).

Any pointers to the docs would also be appreciated.

http://tapestry.apache.org/request-processing.html, specially the diagram in the end.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to