About Me

JMX, SNMP, Java, etc...

Daniel Fuchs blogs on JMX, SNMP, Java, etc...

All | Personal | Sun
tags: blogging firewall hg java jconsole jmx jvm management mbean mercurial monitoring opendmk openjdk opensource rmi snmp ssl

Table Of Contents (list all entries)

« Previous month (Mar 2007) | Main | Next month (May 2007) »
20070529 Tuesday May 29, 2007
Federating MBeanServers with OpenDMK

Project OpenDMK includes a cascading API that makes it possible to federate MBeanServers. When several applications are running in the same JVM, this example shows how the OpenDMK cascading API can be used to keep applications MBeans isolated by using one MBeanServer per application instance, but still presenting a single point of access to remote clients by federating all MBeanServers in a single global MBeanServer.

Federation of MBeanServers is also discussed for JMX 2.0. Although it does share some concepts with the cascading feature of OpenDMK, it will also have some noticeable differences.

[Read More] Tags:
Posted by dfuchs ( May 29 2007, 05:48:14 PM CEST ) Permalink Comments [8]

20070521 Monday May 21, 2007
OpenJDK and NetBeans: A Tutorial to build JConsole and JMX Sources

The OpenJDK and NetBeans IDE WebSite has now a tutorial that shows how to build various part of the JDK, and the JDK itself: in particular, there's a chapter dedicated to building the JMX API sources, and another one dedicated to building the JConsole graphical tool sources.

[Read More] Tags:
Posted by dfuchs ( May 21 2007, 02:36:57 PM CEST ) Permalink Comments [0]

20070515 Tuesday May 15, 2007
We are open sourcing the Java Dynamic Management Kit

You may have seen an OpenDMK project lingering on java.net for a few weeks: Well, I am pleased to announce that we have pushed a first snapshot of the sources just before JavaOne.

[Read More] Tags:
Posted by dfuchs ( May 15 2007, 01:41:41 PM CEST ) Permalink Comments [2]

20070511 Friday May 11, 2007
JMX Interoperation With Non Java Technologies

We have written a white paper about JMX Interoperation With Non Java Technologies. This whitepaper explains how the Web Services Connector for JMX Agents (defined by JSR 262) was successfully used to provide interoperation with non Java technologies and products such as Hewlett Packard's OpenView Operations Agent (HP-OVO), and Microsoft's Windows Remote Management (WinRM).

Update: Jean-Francois has written an article on how to deploy the JMX WS Connector within a J2EE Application server.
[Read More] Tags:
Posted by dfuchs ( May 11 2007, 03:30:42 PM CEST ) Permalink Comments [0]

20070510 Thursday May 10, 2007
OpenJDK is out, with a JMX and JConsole NetBeans project!

As you were already informed by many prominent bloggers from the Java Community, the OpenJDK Project is finally out!

And of course, the JMX technology and JConsole graphical tool are part of it. Cherry on the cake: we are even providing NetBeans IDE `projects' that will let you work easily on JMX and JConsole without having to compile the whole OpenJDK!

[Read More] Tags:
Posted by dfuchs ( May 10 2007, 04:01:13 PM CEST ) Permalink Comments [0]

20070504 Friday May 04, 2007
A small program that prints the attributes of all JVM MBeans

A few weeks ago I blogged about how to programmatically access the JVM Monitoring information. Here is a small Java application that prints all the attributes of all the JVM Management & Monitoring MBeans.

The sample simply prints the attributes of the JVM MBeans from the JVM in which it runs. It would be very easy to make it print the information of a remote JVM. You would just need to copy the code from the JVMRuntimeClient shown in my previous blog: [More]

[Read More] Tags:
Posted by dfuchs ( May 04 2007, 06:39:28 PM CEST ) Permalink Comments [3]

[Table Of Contents]

This is a personal Weblog, and I do not speak for my employer.

Calendar

RSS Feeds

DFuchs on DZone

Search

Links

Lookup RFC

Planet JMX

From Grenoble

Navigation

Referers