You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by mu...@fantasymail.de on 2007/01/27 22:41:19 UTC

Injecting the RequestContext to a threaded Hivemind Service

How do you inject the current RequestContent for a client to a threaded
HivemindService?

Is there a way that ensures, that every client only accesses his own RequestContext with this HivemindService that is then in return injected 
into a page or component?

<service-point id="SomeServicePoint" interface="ISomeServiceInterface">
 <invoke-factory model="threaded">
     <construct class="SomeServiceImplemenration">
         <!-- how to inject the request context? -->
     </construct>
 </invoke-factory>
</service-point>

?

Thanks for your help!

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