On Wed, Apr 4, 2012 at 6:48 PM, Thiago H. de Paula Figueiredo < [email protected]> wrote:
> 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? Yeah, I guess that will work. So, let me rephrase, When is appropriate to use a dispatcher and when a filter? Thanks. Regards, Manuel.
