|
From: Rob H. <ro...@ca...> - 2004-11-29 16:46:38
|
Keith, I have a passing familiarity with Commons Modeler and I understand what you mean about the inheritance. However, it should be more than possible to allow for mgmt interface inheritance using XML - there is no reason it couldn't be done. As for defining the mgmt interface in code - aren't we getting into the realms of recreating what JMX does already? Add to that I'm not sure how all the different metadata utils such as Commons Attributes handle inheritance - I'll need to check that out. Rob Keith Donald wrote: >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 > > > >------------------------------------------------------- >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 > > > > |