I would like to use the Config Admin service
to manage configuration for my services. Since I'm just starting to use OSGi
, I would like to introduce it step by step. So, I would like to keep some of my applications as they are now, without executing them inside an OSGi
framework. But, I would also like to be able to use the Config Admin service
from these legacy applications, so they can also get configuration information as other OSGi
services.
Is it possible to do with OSGi
? By looking at the specs, I've found a specification for Foreign Applications Access
. I don't know if it's related to my problem. If it is possible, where I can find resources about how to make my legacy applications interact with the Config Admin service
.
I precise that I'm using Apache Felix
in the case it's implementation specific.
Thanks