Hi I would like to monitor a Java application using the browser but at the same time utilise the existing JMX infrastructe.
I know that JMX provides a HTTP interface but I think it provides a standard web gui and its not possible to mashup its functionality with an existing system.
Are you aware of any REST interface for JMX?
My research on google currently shows that there is one project (http://code.google.com/p/polarrose-jmx-rest-bridge/) which does something similar. Is this the only option?