Hi,
I have requirement of being able configure my blocks dynamically. I mean to, I should
have a way of changing some of the configurations that were initially read within
configure method of Configurable interface, without having to restart jvm/block.
Is there a way I can achieve this in phoenix framework?
The couple of thoughts I had in mind were
1) A phoenix system component can poll for the config.xml changes, if any changes
found, make reconfigure (say of Reconfigurable interface) calls to blocks. Not sure if
this mechanism exits.
2) Add MBean set interfaces to accept new configurations. User can modify the
parameters using mx4j http browser.
The problem here is, how can the block save the configuration to config.xml.
Thank You
Chinmaya