Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Analog of COM programming in Linux/UNIX

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?

like image 987
Hernán Avatar asked May 26 '10 02:05

Hernán


2 Answers

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.

like image 194
Nikolai Fetissov Avatar answered Sep 25 '22 02:09

Nikolai Fetissov


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

like image 40
Georg Fritzsche Avatar answered Sep 25 '22 02:09

Georg Fritzsche