(1) I still don't really understand what JSLIB is for, and why extensions don't just build the functions they need into *their* extension. :-\

jsLib is a general purpose library for moz app developers. It's purpose is to provide a base of reusable code so developers don't have to keep writing the same code over and over and over again.


Also, it is an abstraction layer over XPCOM services so code is cleaner, easier to understand, and simple so developers can focus on application logic instead of XPCOM instantiation, trying to find out what interface to use w/ what class, etc. Make using the "Mozilla Platform" less painful.

"jslib:docs"
  http://jslib.mozdev.org/doc_index.html

Intro to jsLib:
  http://www.mozdevgroup.com/docs/pete/jslib.html

--pete

--
Pete Collins - Founder, Mozdev Group Inc.
www.mozdevgroup.com
Mozilla Software Development Solutions
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to