Links

MOSGi: OSGi + JMX

MOSGi enables the remote management of OSGi-compatible service gateways, using JMX. The framework is a reference architecture for end-to-end gateway management. It provides the following features:

* relies on JMX management infrastructure (IP-based management),
* provides two JMX agents: the standard Java 1.5 agent and a specific Java 1.4 lightweight embedded agent (MX4J agent deviation),
* provides a way to deploy various probes on remote gateways,
* provides a management console,
* the graphical part of a probe (management console part) can be dynamically plugged in the management console and is dynamically downloaded.

http://felix.apache.org/site/mosgi-managed-osgi-framework.html

Filed under  //   jmx   osgi  
Posted November 25, 2009 by email 
// 0 Comments

Grails in the enterprise: Using Grails with JMX, Spring, and log4j

In this installment of Mastering Grails, series author Scott Davis puts to rest any qualms about Grails' readiness for the enterprise. You'll see how to use Grails with enterprise-caliber libraries including the Java(tm) Management Extensions (JMX), Spring, and log4j.

http://www.ibm.com/developerworks/web/library/j-grails12168/index.html?ca=dgr-twtrGrails-JMXdth-WD&S_TACT=105AGY83&S_CMP=TWDW

Filed under  //   grails   jmx   log4j   monitoring  
Posted October 16, 2009 by email 
// 0 Comments

Eclipse-JMX

clipse-jmx is a plugin-in for Eclipse IDE which can be used to manage Java applications through JMX and its RMI Connector.

http://code.google.com/p/eclipse-jmx/

Filed under  //   eclipse   jmx   monitoring  
Posted September 23, 2009 by email 
// 0 Comments