views:

154

answers:

3

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?

+4  A: 

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

Georg Fritzsche
+13  A: 

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.

Nikolai N Fetissov
+1 for pointing out the irritating moving target.
JUST MY correct OPINION
Yes, seems DBUS is the way to go.Thankz.
Hernán
Ah! What about XPCOM? It's too much restricted to programming for Mozilla projects? Or it's COM-like?
Hernán
+2  A: 

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

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

Eddy Pronk