On Tue, 17 Sep 2002 09:49, Chad Stansbury wrote:
> > > Right. Could you clarify the difference between "per-access" and
> > > "per-request"?
> >
> > per-access means that everytime you do a lookup() you get a new instance.
> > Where per-request means anyytime you do a lookup in same "Component
> > Transaction" you get the same component.
>
> Wouldn't per-lookup and per-transaction be more meaningful then?
per-transaction makes more sense.
However I would prefer to keep per-access as there are alternative mechanisms
for accessing a component other than through Avalons lookup() mechanisms.
Mainly I am thinking of how we expose components to directy systems ala JNDI
or whatever.
--
Cheers,
Peter Donald
---------------------------------------------------
"Wise men don't need advice. Fools don't take it."
-Benjamin Franklin
---------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>