Hello Berin and All!

<intro>
  Trying to catch up with list, got a new job.
  Still 62 msgs. pending :-)
</intro>

<main>

  Am I following you, Berin?

BL> Contexts can also be used to supply runtime meta data to the component such
BL> as its "name", or some other info that might be accessible via the
BL> ServletContext object.

  it is the responsibility of the component
  itself to know that a certain context entry
  is mutable and hence always look it
  up, not lookup once and cache

BL> Not to mention, some context information might be
BL> request specific, adjusted by Accessors and such.

  in implementation-land this means the Context
  implementation will be backed by ThreadLocal(s)

</main>

<conclusion>

BL> How does this sound?
  Sounds swell :-)

</conclusion>

-Anton


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

Reply via email to