Em Tue, 29 Sep 2009 11:08:01 -0300, Andreas Pardeike <fsys....@gmail.com> escreveu:

Thanks for the reply Thiago.

You're welcome! :)

One simple question related to this: if I have a service that is used by
many components and that holds a list of component related information,
how do I make this request related?

Your service must have the perthread scope. A new instance will be created for each request, as each one is served by one thread. More details at http://tapestry.apache.org/tapestry5.1/tapestry-ioc/service.html, section Defining Service Scope.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to