Server-side JavaScript: Difference between revisions

Content deleted Content added
Fchoong (talk | contribs)
point to firecat document.
No edit summary
Line 14:
*[http://haxe.org/ haXe] is a meta-language, which among others can execute javascript. haXe itself is a variant of javascript.
*[http://cocoon.apache.org/2.1/userdocs/flow/api.html Apache Cocoon] uses flowscript (a variant of javascript) for the controller-layer. It's based on [[Rhino (JavaScript engine)|Rhino]].
*[http://www.bluishcoder.co.nz/2006/05/server-side-javascript.html Server Side Javascript] Uses Rhino to wrap Jetty 6, allowing you to write servlets in Javascript.
*[http://wxjs.sourceforge.net wxJS] has an Apache module mod_wxjs which can be used to write server-side javascript with E4X and wxWidgets ported classes.
*[[ServiceCenter]], a commercial product in the [[Hewlett-Packard|HP]] [[OpenView]] product range, uses an embedded Mozilla JavaScript interpreter to allow tailoring of the application server.