Uses JavaScript as an embedded DSL in Scala to integrate client-side and server-side validation into Play 2.
Setup the validation library:
$ cd core
$ sbt publish-local
Finally run the samples:
$ cd samples/{sample} # Replace “sample” with “forms”, “mini” or “mini-forms”
$ sbt run