News

Jolokia is remote JMX with JSON over HTTP. It is fast, simple, polyglot and has unique features. It’s JMX on Capsaicin. Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors ...
Java serialization turns a Java object or group of objects into a stream of bytes (e.g. for sending over a network). Java deserialization performs the inverse action and turns a stream of bytes back ...
The Java Management Extensions (JMX) standard is gaining adoption within the J2EE community for the management of applications, as well as application servers and other infrastructure software. JMX ...
Java Management Extensions (JMX) technology enables management and monitoring of applications and services via MBeans (managed beans), allowing JMX clients to be developed independently using ...
What is JMX and why would you want to use it? Find out whether this new book from O'Reilly might get you going in the right direction.
Hello, I'm encountering this issue when using cassandra-embedded for unit tests. I'm building to Oracle jdk 1.9 Exception (java.lang.NoClassDefFoundError) encountered during startup: com/sun/jmx/re ...
In the third article of this JMX series, we show you how to add JMX notifications into JMX enabled Notepad applications.