The Play! Framework is a modern Java and Scala web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks.

learn more… | top users | synonyms (1)

0
votes
3answers
55 views
+150

Scala Play 2.0. Compilation error: IO error while decoding

I downloaded multi-module Scala project from GitHub, and one of the module is Play 2.0 module. So I can run whole application using SBT's run command on each module, and all works fine. But when I add ...