Busy Java Developer’s Hand-on of DDD with Apache Isis

This repository holds the slides for the Busy Java Developer’s Hand-on of DDD with Apache Isis session, run at NCrafts 2018.

Being presented by Dan Haywood .

Under the covers

The slides have been developed using AsciiDoctor, using reveal.js as the rendering backend.

To build and preview

To build and preview the website, use:

$ sh preview.sh

or in long-hand:

./gradlew --offline asciidoctor &&  python -m webbrowser -t http://localhost:4000  && pushd build/asciidoc/revealjs && python -m http.server 4000 && popd

This will open up the web browser at http://localhost:4000/index.html