I've declared a bunch of Spring beans to be exported via the 'beans' Map of the MBeanExporter.
The keys are all declared like:Which gives me a tree view of the MBeans like:Code:ProjectName:name=SpringBeanName
Is there a way to get a nicer tree view of the exported beans? Say I wanted:Code:ProjectName SpringBeanName
Where both ProjectName and ComponentGroupName are folders in the MBean tree.Code:ProjectName ComponentGroupName SpringBeanName


Reply With Quote