'xpcom'에 해당되는 글 3건

  1. 2009.10.25 Mozilla XPCOM document
  2. 2008.05.13 Creating Application with mozila
  3. 2008.05.11 xpcom

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.


Documentation

Core XPCOM documentation

XPCOM API Reference
Documentation of core components, interfaces, and functions provided by XPCOM.
String, hashtable, and array guides
Using the basic data structures.
XPCOM Glue
The XPCOM Glue allows using XPCOM utility functions and classes, without having a dependency on unfrozen parts of XPCOM (xpcom_core.{dll,so,dylib}).

Creating XPCOM components

Creating XPCOM Components
This book provides a tutorial about building an XPCOM component that controls browsing behavior.
How to Build an XPCOM Component in Javascript
Quick-start guide for writing JavaScript components
How to Build an XPCOM Component in C++
Creating Custom Firefox Extensions with the Mozilla Build System . Don't let extensions in the title fool you - the article is mainly about binary components
Linux and Windows HowTo
Windows HowTo
Redux
OS/X HowTo

Miscellaneous

Using XPCOM in JavaScript without leaking
Using XPCOM in JavaScript (also known as XPConnect) is an environment where memory management issues are not obvious. Despite this, it's easy to write JavaScript code that leaks, because some of the objects you're dealing with are reference-counted behind the scenes.

View All...

Community

Tools

JavaScript Component Wizard
Visual C++ Component Wizard

Related Topics

Language Bindings, JavaXPCOM, XPConnect, PlXPCOM

'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
Posted by 까 치
,
http://www.csie.ntu.edu.tw/~piaip/docs/CreateMozApp/index.html
http://blog.naver.com/choi2song?Redirect=Log&logNo=80025162484
http://developer.mozilla.org/en/docs/How_to_Build_an_XPCOM_Component_in_Javascript
http://www.builderau.com.au/program/soa/Creating-XPCOM-components-with-JavaScript/0,339024614,339206503,00.htm
http://forums.mozillazine.org/viewtopic.php?t=308369
http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/index.jsp?topic=/com.ibm.websphere.v4.doc/wasee_content/corbaio/ref/rcidlatd.htm

'Development > 기타' 카테고리의 다른 글

Mozilla XPCOM document  (0) 2009.10.25
[펌]회사에서 네이트 온 하기!!  (0) 2008.06.13
xpcom  (0) 2008.05.11
하나포스 FTP계정  (0) 2008.03.23
eclips debug  (0) 2008.03.23
Posted by 까 치
,

xpcom

Development/기타 2008. 5. 11. 22:55
http://www.csie.ntu.edu.tw/~piaip/docs/CreateMozApp/mozilla-chp-8.html

'Development > 기타' 카테고리의 다른 글

[펌]회사에서 네이트 온 하기!!  (0) 2008.06.13
Creating Application with mozila  (0) 2008.05.13
하나포스 FTP계정  (0) 2008.03.23
eclips debug  (0) 2008.03.23
gtk . glib  (0) 2008.03.23
Posted by 까 치
,