|
From: Nick M. <nic...@gm...> - 2004-11-06 13:12:18
|
> The long term goals for Spring JMX are quite broad since we want to add > support for interacting with Spring via JMX and hook in JMX as a way of > modifying Spring managed beans and have those changes persisted to some > store. What is the intended purpose/usage here? Sounds like spring is moving on from a "complementing" role (to an appserver) to a competing one - or do I misunderstand it... :-) > Currently we have a reflection-based assembler that exposes all > methods and all properties, Sounds like what I want. > and a source metadata-based assembler that > exposes only those methods and properties that you mark in your source code. Source code?? I guess I will have a look at the tests.. > There is a short piece on this in the > Spring Wiki, plus Craig Walls did some coverage on his blog at > http://jroller.com/page/habuma. The best resource to check out are the tests Thanks, I will have a read.. Cheers, Nick |