helma/modules
2018-05-20 08:43:18 +02:00
..
core Refactored replace_filter to use JS regular expression 2015-01-28 20:14:08 +01:00
helma fix: use file-based stream 2018-05-20 08:43:18 +02:00
jala@24e7b11100 Updated Jala module 2015-04-07 16:39:02 +02:00
test Merge remote-tracking branch 'modules/master' into subtree 2012-03-27 11:46:35 +02:00
README.md Update README.md 2015-04-08 18:48:02 +02:00

The Helma modules directory is organized in several groups:

  • modules/core which contains extensions to core JavaScript types such as Object, Array, or Date.
  • modules/helma which provide new functionality to JavaScript, usually by wrapping a Java library.
  • modules/jala, a Git submodule providing the very useful ORF.at libraries for Helma

To use a HelmaLib module in your Helma application, you need to add it to the app's repositories. The simplest way to do so is by using the app.addRepository() function:

app.addRepository('modules/helma/Search.js');

Be sure to load the Git submodule if you want to use one of the Jala modules:

> git submodule init
> git submodule update