Hi Christian,

Is there any reason you can't use a threaded HiveMind service? That is
usually the approach I take when I have a shared resource that should
only live for the duration of a request.

Ben

On 8/2/07, Christian Haselbach <[EMAIL PROTECTED]> wrote:
> Hello,
>
> currently, we have a bean that is registered for a lot of pages which
> holds some information that is only releveant for the scope of the
> request. So I thought it woule be more appropriate to make an ASO out of
> it with scope request (which does not exist). The reason behind this is
> the fact, that this object realy is used for inter-component and
> -service communication.
>
> So I thought about making this an ASO with session scope and registering
> a service to a listener that fires at the end of a request to clear the
> data. So is there something analogous to ResetEventHub? Or am I looking
> in the wrong direction here?
>
> Thanks.
>
> Regards,
> Christian
>
> --
> Christian Haselbach - [EMAIL PROTECTED] - +49 176 2082 5804
> TNG Technology Consulting GmbH, Betastr. 13a, 85774 Unterföhring
> Geschäftsführer: Henrik Klagges, Gerhard Müller, Christoph Stock
> Amtsgericht München, HRB 135082
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to