CORBA

From LQWiki
Jump to navigation Jump to search

CORBA (common object request broker architecture) is a standard for performing remote procedure calls. The standard is handled by the OMG (object management group). CORBA has been implemented on several different platforms and the Java SE (second edition) classpath includes support for writing a CORBA server/client.

An example for a lightweight-implementation of corba is the dcop (distributed component object protocol) model of KDE.