tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Manage components with ConfigurationAdmin #112

Open tcalmant opened 4 years ago

tcalmant commented 4 years ago

Currently, the only ways to manage components easily in iPOPO itself are:

This means we currently have no way to manage the composition after its instantiation.

An article seems to talk about the idea on the OSGi side:

Requested by: https://groups.google.com/d/msg/ipopo-users/yQBoRG2QgFs/emziHzcOHAAJ

tcalmant commented 4 years ago

Possible reference: http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/combining-ipojo-and-configuration-admin.html