Posts Tagged ‘Management’

Java Application Management With Custom MBeans

Tuesday, September 29th, 2009

beansJava 5 added the ability to work with MXBeans as part of the core Java platform, via the java.lang.management package, and specifically the MBeanServer API. In this article, I’m going to walkthrough of a quick example on how to surface components of your application into the platform MBeanServer so that you can maintain your application with any standard management utility, like VisualVM.
(more…)