Hi:
In osgi, extender is a very useful pattern. But sometimes if we use
several extenders to extending the same bundle's function. They may cause
un-desirable underlying sequential coupling;
For example: WEB Container in OSGI use a extender to recognize a
War Bundle , and also Spring-DM use a extender to recognize a Spring bundle.
So if I write a bundle which is a war-bundle and also a spring-dm bundle.
The servlet (in bundle) use a osgi-service injected by spring-dm; for this
example , I wish the spring-extender works before the Web-Extender, so the
servlet created by Web-Extender can safely call the osgi-service injected by
the spring-extender;
But in osgi framework, how could I control the extenders work order
while they extending the sample bundle?
Thanks any suggestion;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]