We're happy to announce the release of RingoJS 0.4. RingoJS (previously called Helma NG) is a thin wrapper around Rhino providing a CommonJS conformant module library and web application framework. If you are using Rhino and are interested in CommonJS, this might be worth checking out.
http://ringojs.org/wiki/Release%200.4/ Since 0.3, most notably CommonJS compliance was pushed on and the web application modules fleshed out or improved. Lower level enhancements include optimizations regarding code caching, resource loading and bringing in the new ECMAScript 5 and JavaScript 1.8 features from Rhino. Other highlights of this release: * New unittest module; we are now shipping with 235 tests * New jsdoc module using Rhino's AST feature and powering the API docs web app <http://ringojs.org/api/>. * POSIX support; using JRuby's jnr-posix libraries. * New admin script for creating web app scaffolding; also simplifies Google App Engine deployment. * New logging module; based on log4j/SLF4J. * Lots of new JSGI middleware; gzip, etag, transaction, profiler, ... * New CLI arguments parser in pure JS. Pre-built downloads for Linux, Mac and Windows: <http://github.com/ ringo/ringojs/downloads> Our new site, fully powered by RingoJS, is <http://ringojs.org/>. Hannes _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
