Export to GitHub

eclipse-jmx - NewAndNoteworthy_0_2_0.wiki


What's New & Noteworthy in eclipse-jmx 0.2.0

eclipse-jmx 0.2.0 improvements are related to the replacement of the MBean Info view by a MBean Multi-Page Editor. This MBeanEditor displays the MBean features in several different pages to make the UI less cluttered

See ReleaseNotes_0_2_0 for a list of the issues fixed in this release.

MBean Editor

The MBean Info View has been replaced by the MBean Editor. The MBean Editor is composed of several pages: * the Attributes page * the Operations page * the Info page

http://jmesnil.net/img/e-jmx/mbean-editor_0.2.0.png

The Attributes& Operations pages display a list for either the MBean attributes or operations as well as details for the selection.

It is possible to toggle the layout between the list and the details either vertically (by default) or horizontally: http://jmesnil.net/img/e-jmx/mbean-editor-layout_0.2.0.png

http://jmesnil.net/img/e-jmx/mbean-editor-horizontal-layout_0.2.0.png

MBean Explorer

Since it is now possible to have many MBean Editors opened at the same time, the MBean Explorer has a Link With Editor checkbox to synchronize selections between the active MBean Editor and the MBean explorer(and vice versa)

http://jmesnil.net/img/e-jmx/link-with-editor_0.2.0.png

The MBean explorer displays the MBean features (both attributes and operations) in its hierarchy. Double-clicking on a feature will open a MBean Editor, display the page corresponding to the feature type and select the feature.

http://jmesnil.net/img/e-jmx/mbean-explorer-features_0.2.0.png

Open MBean Action

A Navigation action has been added to help opening MBeans in a MBean Editor. This action is available either throug the menu Navigate > Open MBean... or using the key shortcut Ctrl + Shift + M (⌘ + Shift + M on Mac OS X)

http://jmesnil.net/img/e-jmx/open-mbean-dialog_0.2.0.png