Top "Playframework-2.2" questions

Play is based on a lightweight, stateless, web-friendly architecture and features predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.

How to disable ScalaDoc generation in dist task in Play 2.2.x (using project/build.scala)?

Adding the following settings to the build.sbt file of a Play 2.2.x app does not disable Scaladoc generation. How …

sbt playframework-2.2 sbt-native-packager scaladoc
Ebean and many-to-many relationships - how?

I created a schema in MySQL Workbench: How do I map this to entities in Ebean in Play Framework? In …

mysql orm playframework ebean playframework-2.2