|
From: Rob H. <ro...@ca...> - 2004-07-20 13:47:13
|
Guys, Going to check initial JMX code into sandbox tomorrow. This allows you to automatically expose a bean as a JMX managed resource without the need to implement any JMX interfaces on the bean. Should have Commons Attributes support done by tomorrow so that it is possible to be selective about which methods and properties are exposed. Also I have a JMX Proxy created which I will wrap up in a FactoryBean so you can have JMX resources set as dependencies on your beans. Currently the proxy is quite primitive but I plan to add more sophistication into that. By the end of the week I want to support the basics of notifications as well as start looking at exposing Spring configuration via JMX. Rob |