> Why a webservice interface when JSR160 handles it?

JSR 160 (aka Remote JMX) provides the necessary interface, but AIUI JSR 160
is Java-centric.  A web service (aka SOAP) interface would be decoupled from
Java RMI/serialization.  What I thought was being said was that:

  - JMX provides the singular management interface
  - JSR 160 provides a remote interface to JMX
  - A WSDL interface could also be defined.  The
    IMPLEMENTATION would call the JMX interface.

A WSDL (http://www.w3.org/TR/wsdl) interface would provide a language
neutral management interface.

        --- Noel

Reply via email to