资 源 简 介
JavaScript Evaluator is a pure java application, and used the java javascript engine Rhino inside, used for test/debug programming using JavaScript in non-client(web) model. It"s not an another JavaScript IDE.
JSEvaluator has no DOM element or client actions binded on it, actually it"s a utility used for the Core JavaScript other than DOM JavaScript.
||
|:----------------------------------------------------------------------------------------------------------------------------|
---
V1.0 support only simple functions:
load/save files
evaluate the script opened
a console window can monitor the output of the script
JSEvaluator using the jsyntaxpane as it"s editor panel, http://code.google.com/p/jsyntaxpane/here for more details.