Defining MBeans as XML

Hello,Not sure if this is out of scope of the JMX spec - but is it possible to define MBeans with XML and register them into the MBeanServer?Thanks!--Bill
[182 byte] By [wsnyder6a] at [2008-1-28]
# 1

You could take a look at Apache Commons Modeler, see http://jakarta.apache.org/commons/modeler/

I'm not personally convinced that it is especially useful to do this, since it means that the definition of your MBeans is scattered across XML files and Java source code, but of course how useful you find it depends on what you are trying to achieve.

emcmanusa at 2007-7-14 > top of java,Core,Monitoring & Management...