In short a service factory allows you to create a different implementation of your service for each bundle that consumes it. An example is the implementation of LogService.
Greetings, Marcel On 22 Jul 2015 at 09:01:02, Satya Deep Maheshwari ([email protected]) wrote: Hi I am trying to understand the difference between ServiceFactory and ConfigurationFactory as specified in [1] . By using a configuration factory, I am able to create multiple instances of my service implementation with different config for each instance. But I am not really sure what ServiceFactory offers and how to use it. Please help. Regards Satya Deep [1] - http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html

