On 21/09/2007, Alin Dreghiciu <[EMAIL PROTECTED]> wrote:
>
> How Pax Web Extender is working is a working example of white box mode. I
> saw this white box model referenced as the name for how extenders work on
> some mail lists and I also recall something from Knopflerfish docs bu I can
> not trace back those references. We can call it also extender model/pattern
> if you consider is more clear.


FYI, the extender and whiteboard patterns are different!

the whiteboard pattern (which is mentioned in the KF docs) is a replacement
for the classic Listener pattern that uses the service registry to track
listeners

the extender pattern tracks bundles and acts on special metadata to extend
the OSGi platform without bloating the API (Spring-OSGi is a good example)

both approaches can be used to help register servlets with the HTTP Service
:)

-- 
Cheers, Stuart
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to