Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

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.

share|improve this answer
These eclipse addins don't provide assistance in designing new mbeans, only in connecting to existing ones. – McGovernTheory May 12 '09 at 10:21

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.