
Rhino
文章平均质量分 77
sanshi_zhang
专注于前端(JavaScript、jQuery、ExtJS)
展开
-
Learning Rhino - 1
Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. The rhino shell provides a simpl原创 2013-06-24 11:27:31 · 728 阅读 · 0 评论 -
Learning Rhino - 2
Hello RhinoFirst, look at my examples' file structure:RhinoTest lib js.jar scripts hello.js file1.js run.batMy first rhino example is hello.js:for (var i = 0; i < arguments.leng原创 2013-06-24 11:27:34 · 654 阅读 · 0 评论 -
Learning Rhino - 3
When i look into JSDOC-Toolkit’s source code(run.js) under app folder, the following code confuses me:readFile: function(/**string*/ path) { if (!IO.exists(path)) { throw "File doesn'原创 2013-06-24 11:27:36 · 647 阅读 · 0 评论