Nov. 8, 2010
JMX query in Python (CPython)
By AkH, 1 year, 6 months ago, modified Nov. 15, 2010
JMX had good intentions but the API is only implemented in Java, a Java product for Java, with no access to the outside world.
Jython was one of the solution but many times I had needed to call JMX from a CPython.
Jpype solved this problem and works extremely well.

