참조: Spring Enterprise Recipe [http://apress.com/book/view/1430224975]
오호.. JDK 1.5부터 그냥 들어있는 JMX 클라이언트 jconsole을 실행해봤습니다. 모니터링 정보가 나오는 군요. 머.. 이건 나중에
살펴보기로 하고;; 일단은 저렇게 모니터링 할 MBean을 공개하는 방법을 보겠습니다.public class Main {public static
void main(String[] args) throws IOException {ApplicationContext context