We need a way for a .Net GUI to speak JMX to a Java server. Anyone come up with anything yet?
Doing a Google search, it looks like we are not the only ones with that need.
Has anyone checked out the WS-JMX Connector?
©2006 Marc Adler - All Rights Reserved
Subscribe to:
Post Comments (Atom)
1 comment:
You might consider using ikvm (http://www.ikvm.net) to convert the jmx implementation (jmxri.jar and jmxremote.jar) to .Net assemblies. This will give you the full JMX API callable directly from .Net code. I have done this indirectly in the past as part of quickly proting a large middleware product to .Net. JMX was not the focus of the effort however, and I did not specifically test this type of interop. My experience with IKVM in the past indicates that it would probably work.
Post a Comment