|
Computer Programming Software Terms, Glossary and Dictionary
XPCOM: Cross Platform Component Object Model
Cross Platform Component Object Model(XPCOM) is a simple, cross platform component model similar to CORBA or Microsoft COM. It has multiple language bindings and IDL descriptions so programmers can plug their custom functionality into the framework and connect it with other components.
|