문제

I am trying to write a application monitoring tools, and I came across two standards, JPDA and JMX. They seems like some how similar to me. What's the different?

도움이 되었습니까?

해결책

JPDA is used for debugging and JMX for monitoring. If you are developing a monitoring tool - the choice is obvious, unless your monitor is suppose to handle breakpoints, be notified on exceptions, etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top