helma/modules
dependabot[bot] 8de8a3e77e
build(deps): bump jaxen from 1.1-beta-8 to 1.2.0-atlassian-2
Bumps [jaxen](https://github.com/atlassian/jaxen) from 1.1-beta-8 to 1.2.0-atlassian-2.
- [Release notes](https://github.com/atlassian/jaxen/releases)
- [Commits](https://github.com/atlassian/jaxen/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 07:57:18 +00:00
..
core fix: remaining references to obsolete sun.misc.Base64Encoder 2020-04-10 20:24:33 +02:00
helma Add Java dependency for search module to Gradle 2021-04-05 10:55:52 +02:00
jala build(deps): bump jaxen from 1.1-beta-8 to 1.2.0-atlassian-2 2021-04-07 07:57:18 +00:00
tools/Global chg: further replaced helma’s md5 implementation with apache commons codec 2020-03-21 14:40:00 +01:00
README.md fix: readmes 2020-03-21 14:39:59 +01:00

Helma Modules

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');