|
From: Keith D. <kd...@cs...> - 2004-03-12 23:12:34
|
Mark, Regarding JMX I think have almost exactly the same thing :-) - a service = to lookup MBeanInfo declarations via a MBeanInfoDatabase backed by jakarta modeler, and then services to instantiate model mbeans for POJOs at = runtime in a MBeanServer, which is also configured externally (and optionally decorated with adaptors and connectors for remote management via JSR = 160.) I've also got a strategy for object naming based on JSR-77 standards = (and a little CIM like, too.) My initial code to work from is pretty good, but it much of it was = written before I was a spring monkey so for me I've got a good deal of = repackaging to do as well as some issues that need to be ironed out (like what about support for standard mbeans, how do we want to store mbean metadata = (modeler or no modeler, attributes, etc.) Ivan's stuff looked good since he had already taken the next step with the BeanPostProcessor...=20 Maybe I can send you some of the stuff I have and we can collaborate? = Cool, yea, jumpstarting this would be great. Thanks! Keith -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of Mark Pollack Sent: Friday, March 12, 2004 5:29 PM To: spr...@li... Subject: [Springframework-developer] Sandbox additions. Hi, I've added two packages to the sandbox: selector and service. I've also added a docs directory. You can find a description (in progress) in sandbox/docs/sandbox-reference.pdf In the coming week I'll work with Andre on the JMS part. I plan on = adding a 'JMSReactor' which is a message listener that uses the selector package = or organize the processing of messages. The code I have already is for creating stand-alone JMS apps and a fa=E7ade for sending messages. With = some small modifications these can also be used inside an container.... FYI, I also have a simple JMX service that is basically a wrapper to the commons modeler with class instances coming from the spring app context. I'll also look at Ivan Ristic's classes posted a while ago on this topic = and see what kind of JMX functionality I can come up with to kick start the = JMX development. Cheers, Mark ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of = GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=CCk _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |