/script-demo

Demo for using script languages from within a Java application

Primary LanguageJava

script-demo

This project demonstrates the use of script engines in a Java application.

The sample scripts - in JavaScrit and Groovy - are located in src/test/resources/scripts. Their usage is shown with the help of JUnit tests in src/test/java/....