Is there a Windows application and a solution which is an IDE, and can execute the JavaScript sources, as if it is in Mozilla Firefox, meaning that it uses Rhino JavaScript Engine.
Except Mozilla Console, FireBug console, etc.
Is there a Windows application and a solution which is an IDE, and can execute the JavaScript sources, as if it is in Mozilla Firefox, meaning that it uses Rhino JavaScript Engine.
Except Mozilla Console, FireBug console, etc.
Here are some applications which use Rhino:
NAME PURPOSE Eclipse JSDT JavaScript Developer Tools HttpUnit automated testing framework HtmlUnit browser for Java programs JsDoc Toolkit documentation tool Pentaho BI Suite business intelligence PerStore Persistent JSON storage
Komodo uses the same JavaScript engine as Mozilla Firefox. It can execute JavaScript in the following ways:
There are plugins for the jQuery API along with a built-in JavaScript API which simplify things greatly.
There's also an IDE for Android which runs on Rhino:
References