XPCOM
From MDC
An Introduction to XPCOM
A five part tutorial from IBM developerWorks: Part I, Part II, Part III, Part IV, Part V
XPCOM is a cross platform component object model, similar to Microsoft COM. It has multiple language bindings, letting the XPCOM components be used and implemented in JavaScript, Java, and Python in addition to C++. Interfaces in XPCOM are defined in a dialect of IDL called XPIDL.
XPCOM itself provides a set of core components and classes, e.g. file and memory management, threads, basic data structures (strings, arrays, variants), etc. The majority of XPCOM components is not part of this core set and is provided by other parts of the platform (e.g. Gecko or Necko) or by an application or even by an extension.
DocumentationCore XPCOM documentation
Creating XPCOM components
Miscellaneous
|
Community
ToolsJavaScript Component Wizard Related Topics |
'Development > 기타' 카테고리의 다른 글
[GPS]GPS모듈 구현중 (0) | 2009.12.14 |
---|---|
static 용어의 개념 및 성질 (0) | 2009.10.25 |
[펌]회사에서 네이트 온 하기!! (0) | 2008.06.13 |
Creating Application with mozila (0) | 2008.05.13 |
xpcom (0) | 2008.05.11 |