Modeling Services > Rogue Wave Script Integration > Overview
 
Overview
Rogue Wave® Script integration in Rogue Wave® Server means that you can use Rogue Wave Script on the server side of your Rogue Wave Server application to access your object model and implement the business logic of your application. Rogue Wave Script is the Rogue Wave Views implementation of the commonly used scripting language JavaScript™. See the online Rogue Wave Script Reference Manual (which comes as part of the Rogue Wave Views online documentation) for more information about the language.
Various Rogue Wave Script proxies have been defined to enable you to use script functions to access the model defined in the server model interpreter, as well as the most commonly used Server API.
Developing Rogue Wave Script scripts can be useful to provide an implementation of methods that have been declared through the dynamic modeling capabilities of Rogue Wave Server.
You can use Rogue Wave Script to access either a static model or a dynamic model, provided that you have declared the element you want to access to the server model interpreter, using macros, the XMI parser, or the IlsDynModelInterpreter API.
Reminder: As the Rogue Wave Server API accessible from scripts is limited, and as the execution of scripts would be far less efficient than the equivalent C++ implementation, we recommend that you use scripts only for prototyping or for applications where performance is not critical.

Version 6.1
Copyright © 2016, Rogue Wave Software, Inc. All Rights Reserved.