1 Reply Latest reply on Jun 30, 2004 6:29 PM by cbuckley

    What's the best Adaptor - RMI, SOAP, HTTP...

    cbuckley

      It seems to me the http adaptor seems like it would be the easiest to use as it just uses a URL to invoke MBean methods (how is data returned?), the SOAP adaptor seems like the best choice for a standards type solution, RMI seems like it has overhead (passing stubs, lookups...). The HTML adaptor is what it is (and it's pretty sweet). So my question is which adaptor would best suit a GUI that is running remote but needs access to MBean methods?

      thanks.