开发学院WEB开发Jsp Shark中的ToolAgent用法-JavaScriptToolAgent 阅读

Shark中的ToolAgent用法-JavaScriptToolAgent

 2008-01-05 18:32:49 来源:WEB开发网   
核心提示:Shark的文档中叙述如下:javascriptToolAgent - Executes Java script. If you set application mode to 0 (zero), tool agent will search for a java script file given as applic

Shark的文档中叙述如下:

  • javascriptToolAgent - Executes Java script. If you set application mode to 0 (zero), tool agent will search for a java script file given as applicationName parameter (this file has to be in the class path), and if it founds it, it will try to execute it. Otherwise, it will consider applicationName parameter to be the script itself, and will try to execute it. So far, we defined few java script files that execute simple arithmetic Operations, generation of random number, and one that performs waiting.

    This tool agent is able to "understand" the extended attributes with the following names:

    • AppName - value of this attribute should rePResent the name of script file to execute (this file has to be in class path)

    • Script - the value of this represents the script to be executed. I.e. this extended attribute in XPDL can be defined as follows:

      <ExtendedAttribute Name="Script" Value="c=a-b;"/>

      (a, b and c in above text are Formal parameter Ids from XPDL Application definition)

  • Javascript工具有两种用法:

    1、当application mode设为0时,javascript代码以文件的形式给出。文件需以.js形式保存并放在:安装路径\C:\Shark-1.0\lib\engine\sharktoolagent-standard.jar中。假设文件名javascript.js,给出的AppName必须为javascript。

    2、当application mode设为1时,直接将要执行的代码写在AppName的参数行中。


    Tags:Shark ToolAgent 用法

    编辑录入:爽爽 [复制链接] [打 印]
    []
    • 好
    • 好的评价 如果觉得好,就请您
        0%(0)
    • 差
    • 差的评价 如果觉得差,就请您
        0%(0)
    赞助商链接