Open source HTML-based JMX Client?

JMinix is pretty cool and seems pretty up-to-date. The UI isn't real deep, but it embeds easily into any servlet container and exposes JMX as REST.

http://code.google.com/p/jminix/


I used MX4J for years. It was reliable and well featured, a really good open source project.

However, I would not recommend it now because

  1. Its not being actively maintained
  2. It does not fit well with Java 5/6.

To get the best out of it you need to generate annotations with XDoclet and you need to include it on the bootclasspath. If you include it on the bootclasspath you cannot use JConsole because it overrides the JMX routines that come with the JVM.

Why can't you use the Open JDK / Open DMK Http Adaptor? After all OpenJDK is GPL based - isn't it?

Tags:

Java

Jmx