Hi Geeks Thanx to Rickard's help I created a GenericMBeanCustomizer which displays the attributes, operations and notifications on a remote MBean (here jBoss service module) in a dynamic fashion. The code is still full of bugs and looks ugly but the GUI layout is much better. Next steps: ======== JMX Connector: - rewrite the JMX Connector client to make it jBoss independent (I used jBoss helper classes but they make the JMX Connector dependent and it also needs to have the Logger MBean loaded). - rewrite the JMX Connector server to make it jBoss independent (that also other projects can used it) but I will wrap it into the jBoss helper classes. In addition I will pack the JMX Connector into its own JAR file to publish on its own. GUI: - make Operations and Notifications available on the GUI and that the client can invoke/register them - create Operation's parameter input dialog - create Notification's notice type selection dialog (dialog box, beep and/or console) - create Editors for remote MBeans instances - create generic editor (for any type of objects) Have fun - Mad Andy / Better Pizza
