Play 2.8 app using Scala 2. Tests connecting Neo4j's Java OGM to Scala (cool) rather than Java (groady). Requires JDK version 11 and the latest Scala 2.x.
Good resources to check out:
- Neo4j's OGM docs
- Scala 2.8 Java Conversions (in particular, note the automatic translation of a Scala
Set
to a JavaSet
) - Play framework docs
- Akka framework docs (Akka has Scala 3 support in beta and scales better than Play)