java-with-javascript icon indicating copy to clipboard operation
java-with-javascript copied to clipboard

Java 8 Nashorn Examples

This repository contains some Java 8 Nashorn examples, tests and a small event loop polyfill. Many of the examples in this repository were the basis for my enterJS talk.

You can learn more about Java 8 and project Nashorn in my upcoming article about code sharing between JavaScript and Java.

Setup

npm install -g bower
bower install
mvn clean package