Spring JMX Challenges

Sat Oct 11 04:33:21 CST 2008发表于[Technorati] Tag results for java
Yesterday I started to do some clean-up work around how we are using Spring and JMX in some of our webapps. We started off with a very basic configuration: ... ... ... By default, this exposes all public methods for management, which is overk
阅读全文...
 
本站相关内容:(RSS)

JMX and Spring is Magic

Adding JMX to your spring project is a snap. If you need to ask what JMX is, basically think of the most awesome way to manage your Java beans and applications and multiply it by 50. Then divide by 25. But seriously, JMX provides you a way to execute methods from your Java beans by connecting to your running application via RMI. It’s a great way to check on the status of objects in your app while it is running. Best of all, you get it all for almost free. Just add this bean to your application

5 Minute Guide to Spring and JMX

I recently augmented a Spring-based project to expose some of the Spring-managed beans via JMX. Spring makes this very easy, and even if you’ve never used JMX before, this quick tutorial will let you set up your Spring beans to be viewed (and edited!) through a JMX console. (more…)
互联网相关内容:
Extending Spring JMX support (2007年11月03日)
JMX and Spring is Magic (2008年02月22日)
5 Minute Guide to Spring and JMX (2007年11月09日)
Spring 2.0 has changed JMX behaviour (2007年09月14日)
Java Management Extensions(JMX) support in Spring (2007年10月18日)
Java Management Extensions(JMX) support in Spring (2007年10月18日)