Develop > Programming Guide > Introduction to JavaScript in Service Manager

Introduction to JavaScript in Service Manager

Similar to RAD, JavaScript in HPE Service Manager provides the ability to query, insert, update, and delete database records, and to make use of existing RAD variables and functions. The principal benefit of using JavaScript is that it uses an industry-standard scripting language to execute commands instead of a proprietary language. JavaScript within Service Manager is implemented using the Mozilla® SpiderMonkey (JavaScript–C) Engine.

For detailed information about the syntax of Mozilla SpiderMonkey JavaScript, refer to:

http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide

For information about the SpiderMonkey project, refer to:

http://www.mozilla.org/js/spidermonkey/