Spring JMX

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • An Introduction to JMXRemote by Lu Jian   - [Clicks: 190]
    JMXRemote is a project to satisfy this requirement. It provides a remote MBean server delegation to the local application as if it were a local MBean server. This article introduces the features of JMXRemote project with samples and implementation details. Furthermore, it has a section to introduce how to integrate JMXRemote with the Spring framework.
    [Includes sample code]
    http://today.java.net/pub/a/today/2005/12/20/introduction-to-jmxremote.html - Dec, 2005
  • Extending Spring JMX support by Claude Duguay   - [Clicks: 109]
    The Spring framework minimizes architectural dependencies and externalizes composition in your applications, but applications also need to be managed. Fortunately, Spring 1.2 includes sophisticated JMX integration support -- and JMX delivers a practical management infrastructure for your applications. In this article, Claude Duguay takes Spring JMX a step further, showing you how to add notification events to methods and attributes transparently. The resulting code lets you monitor state changes without cluttering up your Java objects.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-springjmx/index.html - Nov, 2005

[Top]