- XPCOM - http://www.mozilla.org/projects/xpcom/
Mozilla's cross-platform component object model.
- BlackConnect - http://www.mozilla.org/projects/blackwood/connect/
Java-to-XPCOM bridge that allows interoperability between Java and XPCOM components.
- rbXPCOM - http://rbxpcom.mozdev.org
Ruby language bindings. Ruby is an object oriented scripting language developed by Yukihiro Matsumoto.
- plXPCOM - http://plxpcom.mozdev.org
Perl language bindings. Allows the use of XPCOM objects from Perl, as well as the ability to implement XPCOM interfaces in Perl. (Jumpline.com, Inc.)
- XPConnect - http://www.mozilla.org/scriptable/
Javascript language bindings. It allows Javascript objects to transparently access and manipulate XPCOM objects and also enables Javascript objects to implement XPCOM compliant interfaces.
- Evaluation of Interprocess Communication Methods in a Component-based Environment - http://www.lysator.liu.se/~gargamel/exjobb/
This thesis evaluates several of the available techniques for interprocess communications (IPC) in a prototype system for distributed components using XPCOM as the basis. It also takes into consideration marshalling, the transfer of complex data structures, it further discusses security, robustness and correctness.
- XPCOM, Part 5 - http://www.ibm.com/developerworks/components/library/co-xpcom5.html
Puts the final touches on the example XPCOM implementation, shows how to install the component, and demonstrates simple testing methods using XPCShell.
- XPCOM, Part 4 - http://www.ibm.com/developerworks/components/library/co-xpcom4/index.html
Covers component authoring by using a GPS receiver as an example component.
- XPCOM, Part 3 - http://www.ibm.com/developerworks/components/library/co-xpcom3.html
Building the XPCOM development environment.
- XPCOM, Part 1 - http://www.ibm.com/developerworks/components/library/co-xpcom.html
Introduction to XPCOM, Mozilla's component architecture.
- XPCOM, Part 2 - http://www.ibm.com/developerworks/components/library/co-xpcom2.html
Introduction to XPCOM programming: type libraries, the xpidl compiler, and interface discovery.
- Mozilla XPCOM Reference - http://www.xulplanet.com/references/xpcomref/
Computer generated reference of Mozilla components and interfaces.
- MySQL XPCOM - http://mysqlxpcom.mozdev.org
An XPCOM/XPConnect implementation of mysqlclient API 3.x. The goal of the project is to provide solid and full mysqlclient interface for JavaScript applications. [Open Source, LGPL]
- XPCOM Component Viewer - http://hacksrus.com/~ginda/cview/
Allows to navigate through the components and interfaces included in a Mozilla based browser.
- Xanthes - http://xanthes.mozdev.org
XPCOM wrapper around the Xerces validating xml parser. [Open Source, MPL, GPL]
- PyXPCOM - http://public.activestate.com/pyxpcom/
Python language bindings. (ActiveState)
|