Braden McDaniel wrote:
> * For exposing XPCOM objects to CORBA, deal with the fact that CORBA is
> designed to be interprocess, while XPCOM is intraprocess. Perhaps this
> isn't the big deal I think it probably is.
Maybe I'm naive, but doesn't CORBA hide the network, for both server
(callee) and client (caller)?
> * For exposing CORBA objects to XPCOM, deal with the fact that OMG IDL
> is substantially richer than XPIDL.
Valid point. But I'd just ignore that - those richer CORBA interfaces
won't be accessible from XPCOM. My primary concern is
accessing/manipulating Mozilla's services from CORBA.