views:

444

answers:

3

I am looking for a plugin that helps developers create JMX Model MBeans that works with either Eclipse and/or Netbeans. I am aware of the JMX Plugin for Netbeans that allows for creating of simple MBeans but looking for something more advanced.

A: 

Have you tried eclipse-jmx? Not sure if it's advanced enough for you, but it's a plugin for Eclipse with it's own perspective, and you can display information on an MBean, set attributes, get notifications, perform operations and connect to MBean servers.

There's also the JMX Console for Eclipse. I've never used it but it has really good ratings on the Eclipse Plugin Central site. It might be a little out of date, though...looks like it hasn't been updated since 2004.

Ryan Thames
These eclipse addins don't provide assistance in designing new mbeans, only in connecting to existing ones.
jm04469
A: 

I'm not sure, but I think the new JBoss IDE for Eclipse might have some mbean capabilities.

Uri
A: 

I think Apache Modeler may be the best fit here...

jm04469