
Originally Posted by
Alef Arendsen
There is initial support for exposing Spring bean as JMX managed beans in the sandbox. Final support is targeted for the 1.2 release. Currently, the sandbox version support attribute-based exposing of bean properties and seamlessly integrates with a JMX server available in your application server.
The final JMX support is something that's going to pretty cool IMO since it allows you to really transparently expose your beans, without having to code to a bunch of classes required by the JMX spec (Spring does this for you).
Alef