Antville’s Fork of Helma Object Publisher https://helma.js.org
Find a file
2017-04-17 16:36:46 +02:00
apps/manage Update and rename readme.txt to README.md 2015-04-08 18:53:05 +02:00
build Update and rename README.txt to README.md 2015-04-08 19:00:36 +02:00
debian Added .gitignore file and debian directory 2012-03-22 18:21:29 +01:00
gradle/wrapper add: gradle files 2016-12-04 15:55:19 +01:00
lib chg: upgraded commons net lib 2017-04-17 16:35:37 +02:00
licenses Replace GPLed Diff with BSD licensed java-diff from incava.org. The class is patched to provide the same interface as the old class, both for backwards compatibility and because it is slightly easier to work with. 2009-09-22 17:23:16 +00:00
modules Delete summary.txt 2015-04-08 18:48:15 +02:00
scripts Update and rename README.txt to README.md 2015-04-08 19:02:12 +02:00
src chg: sorted lines 2017-04-17 16:36:46 +02:00
static * Update helma logo. 2007-04-04 23:55:45 +00:00
.gitignore add: .gradle dir to .gitignore 2017-03-19 13:17:51 +01:00
.gitmodules Updated Git URL for Jala submodule 2015-04-07 16:11:22 +02:00
apps.properties removed all demo apps as apps.properties for distribution are now located 2002-06-18 11:07:51 +00:00
build.gradle chg: sorted lines 2017-04-17 16:36:46 +02:00
build.xml Merge branch 'feature/hello-gradle' into helma-🐜 2016-12-04 16:05:07 +01:00
gradlew add: gradle files 2016-12-04 15:55:19 +01:00
gradlew.bat add: gradle files 2016-12-04 15:55:19 +01:00
license.txt updated range of years of copyright notice in the license to include 2008 2008-08-06 10:47:15 +00:00
README.md fix: build instructions using gradlew 2017-03-19 13:18:21 +01:00
start.bat Workaround for quote escaping bug with \-terminated OPTIONS variable. 2009-06-06 10:14:03 +00:00
start.sh chg: removed spaces before commented-out code 2016-12-17 10:51:09 +01:00

This is the README file for version 1.7.0 of the Helma Javascript Web Application Framework.

TL;DR

  • Make sure you have Java 1.4 or higher installed
  • Clone this repository
  • Build Helma with ./gradlew
  • Invoke start.sh, resp. start.bat, depending on your platform
  • Direct your web browser to http://localhost:8080

Helma

Helma is an open source web application framework for fast and efficient scripting and serving of your websites and Internet applications.

Helma is written in Java and employs Javascript for its server-side scripting environment, removing the need for compilation cycles and reducing development costs while giving you instant access to leverage the whole wealth of Java libraries out there.

Helma pioneered the simple and codeless mapping of application objects to database tables, which has only recently come into vogue with other web frameworks. In addition, an embedded object-oriented database performs automatic data persistence of unmapped objects.

Helma has proven itself to be stable and fast, capable of serving high traffic sites with hundreds of thousands of dynamic pages per day. The Austrian Broadcasting Corporation, popular weblog hosting sites such as antville.org, twoday.net, and blogger.de, among many others, have successfully been deploying Helma for several years now.

System Requirements

You need a Java virtual machine 1.4 or higher to run Helma.

For Windows, Linux and Solaris you can get a Java runtime or development kit. If you are on Mac OS X, you might already have a Java runtime that will work well with Helma.

For other operating systems, please consult the documentation about the availability of a Java 1.4 (or higher) runtime.

Helma is built with Apache Ant.

Installation

Clone this repository to your machine and start the build process with ant jar.

After compilation start Helma by invoking start.bat or start.sh, depending on whether you are on Windows or Linux / Unix / OS X. If the java command is not found, try setting the JAVA_HOME variable in the start script to the location of your Java installation.

You may also want to have a look at the start script for other settings. You can adjust server wide settings in the server.properties file. For example, you should set the smtp property to the name of the SMTP server that Helma should use to send e-mail. Applications can be started or stopped by editing the apps.properties file through the web interface using the management application that is part of Helma.

After startup you should be able to connect your browser to http://localhost:8080 port 8080 on the local machine, that is.

Helma comes with a version of Jetty, a lightweight yet industrial strenth web server developed by Mortbay Consulting.

While Jetty works well for deploying real web sites, you may want to run Helma behind an existing web server. This is most easily done by running Helma with the AJPv13 listener which allows you to plug Helma into any web server using the Apache mod_jk module.

Finally, Helma can be plugged into Servlet containers using Servlet classes that communicate with Helma either directly or via Java RMI. Be warned that these options may be harder to set up and maintain though, since most of the recent development efforts have been geared towards the AJPv13 setup.

Documentation and Further Information

After installing and running Helma, you will be able to access introductions to the features of Helma and the various included development tools. Further information you will find on the helma.org website:

Mailing List and Support

Please join us on the Helma mailing lists where we will be happy to answer any further questions you may have!