Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the different between JPDA and JMX?

Tags:

jmx

jpda

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?

like image 337
janetsmith Avatar asked Oct 26 '25 18:10

janetsmith


1 Answers

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.

like image 107
Tomasz Nurkiewicz Avatar answered Oct 29 '25 19:10

Tomasz Nurkiewicz