You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Schröder <Pe...@freenet-ag.de> on 2007/03/30 13:48:28 UTC

T5 engine service

hi,

what is the substitute for engine services in T5? do i have to implement a request-filter? and how can i generate a link for something like that? did i miss something in the docs?

kind regards,
peter

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


Re: T5 engine service

Posted by Howard Lewis Ship <hl...@gmail.com>.
You can contribute a Dispatcher into the MasterDispatcher service
configuration (it's a chain of command).

However, the goal in T5 is that the built in facilities should be
sufficient. The ability to return a StreamResponse from a event
handler method (i.e., to stream back a PDF or other image) is the main
use of engine services in T4.

On 3/30/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
> hi,
>
> what is the substitute for engine services in T5? do i have to implement a request-filter? and how can i generate a link for something like that? did i miss something in the docs?
>
> kind regards,
> peter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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