|
From: Keith D. <kd...@cs...> - 2004-11-29 16:39:32
|
Rob, Commons-modeler has such a format for defining model mbean metadata in XML, and an associated Registry allowing MBeanInfo definitions to be indexed by 'type' (essentially a logical management class identifier) and shared between different MBean instances (perhaps backed by different POJO implementations.) In my experience where the format breaks down is with MBean inheritance. It would extremely helpful if you could define base management interfaces with metadata and be able to extend to derive more specific management types. For anyone whose ever done any network management work, this is important. Look at JSR-77, it's basically defines a management hierarchy as well. Do we have the ability to define management interfaces in java code (with an inheritance hierarchy), markup those interfaces with management metadata, and generate corresponding MBeanInfos at runtime that can be shared? I wonder if that would work. I'd much rather apply attributes to the management interfaces than the managed beans themselves... Keith -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Rob Harrop Sent: Monday, November 29, 2004 11:18 AM To: spr...@li... Subject: [Springframework-developer] Spring JMX Query All, I have raised a new issue on JIRA related to Spring JMX and I would like your input: http://opensource.atlassian.com/projects/spring/browse/SPR-498. Rob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |