Analog of COM programming in Linux/UNIX

2020-07-02 08:05发布

问题:

The Component Object Model (COM) is (or was...) the way in Windows to provide language-neutral software components.

Is there any programming model in Linux/UNIX with the same philosophy of code reuse through binary components?

回答1:

Sun RPC was supposed to be that. Then there was CORBA. Then GNOME Bonobo and KDE DCOP. Now it looks like D-Bus is latest fashion.



回答2:

On Linux, DBus is currently in the process of becoming the de-facto higher-level standard.



回答3:

The Evolution email client as part of GNOME uses CORBA. It uses ORBit which is a lightweight CORBA ORB.

http://projects.gnome.org/ORBit2/