aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes The advantages of using JMX? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "The advantages of using JMX?" Watch "The advantages of using JMX?" New topic
Author

The advantages of using JMX?

James Zhang
Ranch Hand

Joined: Sep 06, 2002
Posts: 30
I am kind of new to JMX, but could somebody elaborate the advantages of using JMX over other technologies like EJB? I have read the tutorial and concepts from Sun's website, and it seems to me that the whole concept of JMX is to wrap one application or resource as MBean, register it with JMX server, and then invoke the corresponding methods from somewhere else. However, similar steps have already been taken by EJB.

Furthermore, if the whole application is on one server, which is the most common scenario, you can easily pack the resources or sub-applications as regular Java Beans, and then use them directly without worrying about the JMX server.

Probably I am just not clear what problem JMX is trying to address.

Thanks in advance!

James
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: The advantages of using JMX?
 
Similar Threads
JBoss-4.2.2.GA and security
Problem with EJB 3. Name not bound error
Creating datasources using JMX in WAS5.1
Advantage of using JMX?
how to run JMX?