1

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.

1 Answers1

0

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

Community
  • 1
  • 1
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
  • this is good, quite good... but how about an IDE in which you can integrate jQuery and just do the Non-DOM work in it... ? I belive that such software does not exist. Like an JavaScript-specific IDE! –  Mar 08 '13 at 23:24