A presentation about main Java 9 features included.
Address: https://jabrena.github.io/java9-by-example/www/
Deployment notes
To launch in localhost your the website, exists several alternatives. With Node.js you can use the following module.
npm install http-server -g
http-server ./YOUR_PATH -p 3000
Using Python, you can use the following command:
python -m SimpleHTTPServer
gradle init --type java-library