Skip to content
EntityQ1141188· pop 12· linked from 108 articles

Also known as Cross Platform Component Object Model

Cross Platform Component Object Model (XPCOM) is a cross-platform component model from Mozilla. It is similar to Component Object Model (COM), Common Object Request Broker Architecture (CORBA) and system object model (SOM). It features multiple language bindings and interface description language (IDL) descriptions, which allow programmers to plug their custom functions into the framework and connect them with other components.

Article · Русский

XPCOM (англ. Cross Platform Component Object Model, «кроссплатформенная объектная модель компонентов») — кроссплатформенная компонентно-ориентированная модель разработки ПО от Mozilla. Она схожа с CORBA и Microsoft COM. XPCOM позволяет писать компоненты на различных языках: C++, JavaScript, Java, и др. Осуществляется это через слой абстракции , а интерфейсы классов берутся из бинарных библиотек типов (англ. typelib).

Abstract from DBpedia / Wikipedia · CC BY-SA