Version 39 by hannes on 11. March 2010, 21:37
| 1 | <div style="background-color: #ffd; border: 1px solid red; padding: 1em; font-weight: bold;">Please note: Helma NG is being has been relaunched as <a href="http://ringojs.org/">RingoJS</a>. See the <a href="http://groups.google.com/group/ringojs/browse_thread/thread/d68d4533410ea39b">announcement</a> on the mailing list for more information.</div> |
Version 38 by hannes on 05. March 2010, 18:34
| 36 | * [Download [Source Code (Github)](http://github.com/hns/helma-ng/downloads)com/ringo/ringojs) |
| 37 | * [Source Code [Issues (Github)](http://github.com/hns/helma-ng/tree/master)com/ringo/ringojs/issues) |
| 38 | * [Issues (Github)](http://githubIRC: [#ringojs on irc.com/hns/helma-ng/issues)freenode.net](http://ringojs.com/bot/) |
| 39 | * IRC: [#helma on irc.freenode.net](http://helma.server-side-javascript.org/hopbot/) |
Version 37 by hannes on 19. February 2010, 18:50
| 1 | <div style="background-color: #ffd; border: 1px solid red; padding: 1em; font-weight: bold;">Please note: Helma NG is being relaunched as <a href="http://ringojs.org/">RingoJS</a>. See the <a href="http://groups.google.com/group/helma-ng/browse_thread/thread/d68d4533410ea39bcom/group/ringojs/browse_thread/thread/d68d4533410ea39b">announcement</a> on the mailing list for more information.</div> |
Version 36 by hannes on 18. February 2010, 08:46
| 1 | <div style="background-color: #ffd; border: 1px solid red; padding: 1em; font-weight: bold;">Please note: Helma NG is being relaunched as <a href="http://ringojs.org/">RingoJS</a>. See the <a href="http://groups.google.com/group/helma-ng/browse_thread/thread/d68d4533410ea39b">announcement</a> on the mailing list for more information.</div> |
| 2 |
Version 35 by hannes on 02. December 2009, 12:13
| 33 | * [API Documentation](http://helma-doc.appspot.com/) (work in progress) |
Version 34 by hannes on 25. November 2009, 15:02
| 19 | --- notice --- |
| 20 | |
| 21 | You may get an java.io.FileNotFoundException if you are trying to run the demo app of Helma NG under Win. |
| 22 | This happens, if you are using an environment variable pointing to Helma-install-dir/bin and then run ... |
| 23 | helma apps/demo/main.js |
| 24 | ... from a console. |
| 25 | So the readme above is WRONG. |
| 26 | |
| 27 | |
| 28 | Workaround: |
| 29 | create a file helma-runscript.cmd in Helma-install-dir/bin. Put the following into it: |
| 30 | @java -jar "%~dp0..\run.jar" %~dp0..\%1 |
| 31 | call ... |
| 32 | helma-runscript apps/demo/main.js |
| 33 | Then it works. (%~dp0 means: Path of batch-file). |
| 34 | |
| 35 | --- end notice --- |
| 36 | |
| 37 |
Version 33 by Nils on 25. November 2009, 12:50
| 19 | --- notice --- |
| 20 | |
| 21 | You may get an java.io.FileNotFoundException if you are trying to run the demo app of Helma NG under Win. |
| 22 | This happens, if you are using an environment variable pointing to Helma-install-dir/bin and then run ... |
| 23 | helma apps/demo/main.js |
| 24 | ... from a console. |
| 25 | So the readme above is WRONG. |
| 26 | |
| 27 | |
| 28 | Workaround: |
| 29 | create a file helma-runscript.cmd in Helma-install-dir/bin. Put the following into it: |
| 30 | @java -jar "%~dp0..\run.jar" %~dp0..\%1 |
| 31 | call ... |
| 32 | helma-runscript apps/demo/main.js |
| 33 | Then it works. (%~dp0 means: Path of batch-file). |
| 34 | |
| 35 | --- end notice --- |
| 36 | |
| 37 |
Version 32 by hannes on 28. September 2009, 16:48
| 11 | * A compact [JavaScript runtime] environment based on Mozilla Rhino. It adds to Rhino a reloading module system [module system][module loader] that is compatible to the [CommonJS] Securable Module proposal. |
Version 31 by hannes on 21. September 2009, 10:59
- Set useMarkdown to true
| 1 | #MARKDOWN |
| 2 |
Version 30 by hannes on 19. September 2009, 22:08
| 40 | ### Recently edited pagesEdited Pages |
Version 29 by hannes on 19. September 2009, 22:07
| 3 | This Helma NG stands for Helma Next Generation and is a wiki space dedicated to version of Helma NGbuilt from the ground up. Feel free to create new pages or edit existing ones. The main differences between Helma 1 and Helma NG consists of several components are that can be used together or alone:Helma NG has a much smaller and leaner Java core (mostly just runtime, shell, and the module and resource loader), and that Helma NG aims to provide full [CommonJS] interoperability. |
| 5 | This is a wiki space dedicated to Helma NG. Feel free to create new pages or edit existing ones. |
| 6 | |
| 7 | [commonjs]: http://wiki.commonjs.org/wiki/CommonJS (Link to CommonJS Wiki) |
| 8 | |
| 9 | ### Overview |
| 10 | |
| 11 | Helma NG consists of several components that can be used together or alone: |
| 12 | |
| 12 | [commonjs]: http://wiki.commonjs.org/wiki/CommonJS (Link to CommonJS Wiki)### Getting Started |
| 14 | ### OverviewSome links that may help you getting acquainted with Helma NG: |
Version 28 by hannes on 16. September 2009, 17:00
| 13 | === ### Overview |
| 23 | === ### Resources |
| 32 | === ### Recently edited pages |
Version 27 by hannes on 16. September 2009, 16:11
- Set tags to helma ng
| 1 | #MARKDOWN |
| 2 | |
| 4 | * <p>A A compact *JavaScript runtime* [JavaScript runtime] environment based on Mozilla Rhino. It adds to Rhino a reloading module system that is compatible to the *ServerJS|https://wiki.mozilla.org/ServerJS* [CommonJS] Securable Module proposal.</p> |
| 5 | * <p>An interactive *shell* with support for autocompletion and history.</p> |
| 6 | * <p>A *module* library implemented in JavaScript, covering basic functionality such as extensions to the built-in objects, file I/O, logging, persistence, unit testing, client and server side HTTP support and *web framework*.</p> |
| 6 | * An interactive [shell] with support for autocompletion and history. |
| 7 | |
| 8 | * A [module] library implemented in JavaScript, covering basic functionality such as extensions to the built-in objects, file I/O, logging, persistence, unit testing, client and server side HTTP support and [web framework]. |
| 9 | |
| 10 | [commonjs]: http://wiki.commonjs.org/wiki/CommonJS (Link to CommonJS Wiki) |
| 11 | |
| 9 | * *README|http://github[README](http://github.com/hns/helma-ng/tree/master*com/hns/helma-ng/blob/master/README.txt) |
| 10 | * *Getting Started*[Getting Started] |
| 11 | * *Demo apps*[Demo apps] |
| 12 | * *JavaScript Runtime*[JavaScript Runtime] |
| 13 | * *Modules*[Modules] |
| 14 | * *Web Framework* [Web Framework] and *Middleware*[Middleware] |
| 15 | * *Persistence API*[Persistence API] |
| 13 | * *Mailing list|http://groups[Mailing list](http://groups.google.com/group/helma-ng*com/group/helma-ng) |
| 14 | * *Roadmap*[Roadmap] |
| 15 | * *Download (Github)|http://github[Download (Github)](http://github.com/hns/helma-ng/downloads*com/hns/helma-ng/downloads) |
| 16 | * *Source [Source Code (Github)|http://github(Github)](http://github.com/hns/helma-ng/tree/master*com/hns/helma-ng/tree/master) |
| 17 | * *Issues (Github)|http://github[Issues (Github)](http://github.com/hns/helma-ng/issues*com/hns/helma-ng/issues) |
| 18 | * IRC: *#helma [#helma on irc.freenode.net|http://helmanet](http://helma.server-side-javascript.org/hopbot/*org/hopbot/) |
Version 26 by hannes on 01. September 2009, 10:43
| 20 | * *Download|http://github.com/hns/helma-ng/downloads* |
| 22 | * *Issues|https://dev*Download (Github)|http://github.helma.org/trac/helma/report*com/hns/helma-ng/downloads* |
| 24 | * *Issues (Github)|http://github.com/hns/helma-ng/issues* |
Version 25 by hamen on 20. July 2009, 16:51
| 9 | * *README|http://dev*README|http://github.helma.org/trac/helma/browser/helma-ng/trunk/README.txt*com/hns/helma-ng/tree/master* |
Version 24 by hannes on 16. June 2009, 10:16
| 23 | * Source Code*Source Code (Github)|http://github.com/hns/helma-ng/tree/master* |
| 24 | ** Subversion: *Browse|https://dev.helma.org/trac/helma/browser/helma-ng/trunk*, *Checkout|https://dev.helma.org/svn/helma-ng/trunk* |
| 25 | ** *Git at Github|http://github.com/hns/helma-ng/tree/master* |
Version 23 by hannes on 05. June 2009, 00:49
| 21 | * *Roadmap|https://dev.helma.org/trac/helma/roadmap**Roadmap* |
Version 22 by robi42 on 02. June 2009, 17:14
| 5 | * <p>A *module* library implemented in JavaScript, covering basic functionality such as extensions to the built-in objects, file I/O, logging, persistence, unit testing, client and server side HTTP support and *web framework*.</p> |
Version 21 by hannes on 20. May 2009, 00:59
| 16 | * *Tools* |
Version 20 by hannes on 19. May 2009, 15:30
| 11 | * *Demo apps* |
Version 19 by hannes on 19. May 2009, 15:15
| 20 | * *Trac/Roadmap|https://dev*Download|http://github.helma.org/trac/helma/roadmap*com/hns/helma-ng/downloads* |
| 21 | * *Trac/Issues|https://dev*Roadmap|https://dev.helma.org/trac/helma/report*org/trac/helma/roadmap* |
| 22 | * *Issues|https://dev.helma.org/trac/helma/report* |
| 24 | * IRC: #helma *#helma on irc.freenode.netnet|http://helma.server-side-javascript.org/hopbot/* |
Version 18 by hannes on 04. May 2009, 16:18
| 9 | * *README|http://dev.helma.org/trac/helma/browser/helma-ng/trunk/README.txt* |
Version 17 by hannes on 04. May 2009, 15:16
| 23 | ** *Git (Github)|http://githubat Github|http://github.com/hns/helma-ng/tree/master* |
| 24 | * IRC: #helma on irc.freenode.net |
Version 16 by hannes on 30. April 2009, 20:20
| 1 | This is a wiki space dedicated to Helma NG. Feel free to create new pages or edit existing ones. Helma NG consists of several components that can be used together or alone: |
| 2 | |
| 3 | Helma NG consists of several components that can be used together or alone: |
Version 15 by hannes on 30. April 2009, 20:19
- Set tags to
| 1 | This is a wiki space dedicated to *Helma NG*Helma NG. Feel free to create new pages or edit existing ones. |
| 3 | === ResourcesHelma NG consists of several components that can be used together or alone: |
| 5 | * *Mailing list|http://groups<p>A compact *JavaScript runtime* environment based on Mozilla Rhino.google It adds to Rhino a reloading module system that is compatible to the *ServerJS|https://wiki.com/group/helma-ng*mozilla.org/ServerJS* Securable Module proposal.</p> |
| 6 | * *Trac/Roadmap|https://dev<p>An interactive *shell* with support for autocompletion and history.helma.org/trac/helma/roadmap*</p> |
| 7 | * *Trac/Issues|https://dev<p>A *module* library implemented in JavaScript, covering basic functionality such as extensions to the built-in objects, file I/O, logging, persistence, client and server side HTTP support and *web framework*.helma.org/trac/helma/report*</p> |
| 8 | * Source Code |
| 9 | ** Subversion: *Browse|https://dev.helma.org/trac/helma/browser/helma-ng/trunk*, *Checkout|https://dev.helma.org/svn/helma-ng/trunk* |
| 10 | ** *Git (Github)|http://github.com/hns/helma-ng/tree/master* |
| 7 | === Main areasOverview |
| 15 | |
| 16 | === Resources |
| 17 | |
| 18 | * *Mailing list|http://groups.google.com/group/helma-ng* |
| 19 | * *Trac/Roadmap|https://dev.helma.org/trac/helma/roadmap* |
| 20 | * *Trac/Issues|https://dev.helma.org/trac/helma/report* |
| 21 | * Source Code |
| 22 | ** Subversion: *Browse|https://dev.helma.org/trac/helma/browser/helma-ng/trunk*, *Checkout|https://dev.helma.org/svn/helma-ng/trunk* |
| 23 | ** *Git (Github)|http://github.com/hns/helma-ng/tree/master* |
Version 14 by hannes on 30. April 2009, 10:24
| 14 | * *Getting Started* |
Version 13 by hannes on 03. April 2009, 18:31
| 10 | ** *Git|http://github*Git (Github)|http://github.com/hns/helma-ng/tree/master* |
Version 12 by hannes on 05. February 2009, 13:50
| 12 | === Main areas |
| 13 | |
| 14 | * *JavaScript Runtime* |
| 15 | * *Modules* |
| 16 | * *Web Framework* and *Middleware* |
| 17 | * *Persistence API* |
| 18 | * *Tools* |
| 19 |
Version 11 by hannes on 05. February 2009, 13:48
| 3 | <h3>Mailing list</h3>=== Resources |
| 5 | http://groups* *Mailing list|http://groups.google.com/group/helma-ngcom/group/helma-ng* |
| 6 | * *Trac/Roadmap|https://dev.helma.org/trac/helma/roadmap* |
| 7 | * *Trac/Issues|https://dev.helma.org/trac/helma/report* |
| 8 | * Source Code |
| 9 | ** Subversion: *Browse|https://dev.helma.org/trac/helma/browser/helma-ng/trunk*, *Checkout|https://dev.helma.org/svn/helma-ng/trunk* |
| 10 | ** *Git|http://github.com/hns/helma-ng/tree/master* |
| 7 | <h3>Roadmap</h3>=== Recently edited pages |
| 8 | |
| 9 | https://dev.helma.org/trac/helma/roadmap |
| 10 | |
| 11 | <h3>Bug reporting</h3> |
| 12 | |
| 13 | https://dev.helma.org/trac/helma/report |
| 14 | |
| 15 | <h3>Source code</h3> |
| 16 | |
| 17 | * Subversion: |
| 18 | ** Browse: https://dev.helma.org/trac/helma/browser/helma-ng/trunk |
| 19 | ** Checkout: https://dev.helma.org/svn/helma-ng/trunk |
| 20 | |
| 21 | * Git: |
| 22 | ** Browse: http://github.com/hns/helma-ng/tree/master |
| 23 | ** Clone: git://github.com/hns/helma-ng.git |
| 24 | |
| 25 | <h3>Recently edited pages</h3> |
Version 10 by hannes on 26. September 2008, 22:35
| 3 | <h3>Recently edited pages</h3> |
| 4 | |
| 5 | <% this.list sort="modifytime" order="reverse" |
| 6 | props="name, modifier, modifytime" |
| 7 | labels="name, modified by, last modified" |
| 8 | max="20" |
| 9 | %> |
| 10 | |
| 18 | Browse code:* Subversion: |
| 19 | ** Browse: https://dev.helma.org/trac/helma/browser/helma-ng/trunk |
| 20 | http://github** Checkout: https://dev.com/hns/helma-ng/tree/masterhelma.org/svn/helma-ng/trunk |
| 20 | Subversion:* Git: |
| 21 | https://dev** Browse: http://github.helma.org/svn/helma-ng/trunkcom/hns/helma-ng/tree/master |
| 22 | ** Clone: git://github.com/hns/helma-ng.git |
| 22 | Git:<h3>Recently edited pages</h3> |
| 23 | git://github.com/hns/helma-ng.git |
| 24 | <% this.list sort="modifytime" order="reverse" |
| 25 | props="name, modifier, modifytime" |
| 26 | labels="name, modified by, last modified" |
| 27 | max="20" |
| 28 | %> |
Version 9 by hannes on 20. August 2008, 12:55
| 13 | http://helmahttp://groups.org/mailman/listinfo/helma-nggoogle.com/group/helma-ng |
Version 8 by robert.thurnher on 05. July 2008, 02:48
| 27 | http://github.com/hns/helma-ng/tree/master |
| 31 | |
| 32 | Git: |
| 33 | git://github.com/hns/helma-ng.git |
Version 7 by hannes on 16. May 2008, 12:42
| 3 | <h3>Recently edited pages in this space</h3>pages</h3> |
Version 6 by hannes on 16. May 2008, 10:31
| 3 | === Recently <h3>Recently edited pages in this spacespace</h3> |
| 11 | === Mailing list<h3>Mailing list</h3> |
| 15 | === Roadmap<h3>Roadmap</h3> |
| 19 | === Bug reporting<h3>Bug reporting</h3> |
| 23 | === Source code<h3>Source code</h3> |
Version 5 by hannes on 16. May 2008, 07:33
| 3 | === Recently edited pages in this space |
| 4 | |
| 5 | <% this.list sort="modifytime" order="reverse" |
| 6 | props="name, modifier, modifytime" |
| 7 | labels="name, modified by, last modified" |
| 8 | max="20" |
| 9 | %> |
| 10 |
Version 4 by hannes on 16. May 2008, 07:33
| 3 | === Mailing list |
| 4 | |
| 5 | http://helma.org/mailman/listinfo/helma-ng |
| 6 | |
| 7 | === Roadmap |
| 8 | |
| 9 | https://dev.helma.org/trac/helma/roadmap |
| 10 | |
| 11 | === Bug reporting |
| 12 | |
| 13 | https://dev.helma.org/trac/helma/report |
| 14 | |
| 15 | === Source code |
| 16 | |
| 17 | Browse code: |
| 18 | https://dev.helma.org/trac/helma/browser/helma-ng/trunk |
| 19 | |
| 20 | Subversion: |
| 21 | https://dev.helma.org/svn/helma-ng/trunk |
| 22 | |
| 23 | === Recently edited pages in this space |
| 24 |
Version 3 by hannes on 09. May 2008, 11:07
| 3 | <% this.list %>sort="modifytime" order="reverse" |
| 4 | props="name, modifier, modifytime" |
| 5 | labels="name, modified by, last modified" |
| 6 | max="100" |
| 7 | %> |
Version 2 by hannes on 09. May 2008, 10:43
- Set title to Helma NG Wiki
Version 1 by hannes on 09. May 2008, 10:05
| 1 | This is a wiki space dedicated to *Helma NG*. Feel free to create new pages or edit existing ones. |
| 3 | <% this.list %> |