Subj : Full source release of JSDB To : netscape.public.mozilla.jseng From : ajmayo@my-deja.com (Andrew Mayo) Date : Tue Apr 06 2004 04:15 am I would just like to mention to the community that Raosoft (with whom I have no connection whatsoever) have now released as promised the full source to JSDB, which extends the Spidermonkey Javascript engine to support file I/O, database access, and ActiveX objects in the Windows environment. As a general-purpose scripting environment I have found JSDB - previously released as a compiled executable - to be a superbly powerful and extensible environment for managing batch tasks. Because Javascript has structured exception handling, it is possible to build robust installation and deployment scripts, manage databases, as well as perform many other tasks, and distribute only a small executable to support these, while working in a standardised language (unlike proprietary solutions). I would like to thank Shanti Rao and Raosoft for gifting a considerable amount of hard work to the community. From my point of view JSDB has freed us from a serious problem - to distribute Javascript code previously required us to install Microsoft's scripting runtime - problematic on older versions of Windows - and Spidermonkey itself provides a general purpose scripting engine core that can be integrated into other applications without the onerous licensing restrictions Microsoft impose. Previously our only other options were various oddball scripting languages (e.g Kix32) or (gak!) batch files or Perl. If you are looking for a general purpose batch scripting environment and find Perl a bit rich for your taste, try JSDB. I highly recommend it. .