I am using java.util.ServiceLoader to dynamically load plugin implementations of some service provider interfaces in my app. I now need to wire the plugin implementation classes using spring. This means that I somehow need to use the following package in spring:
http://static.springsource.org/sprin...e-summary.html
Sadly, I cannot grok how to use this API from the available docs. Can any one please give me a hint. Thanks.
--Farrukh Najmi


Reply With Quote
