Play is based on a lightweight, stateless, web-friendly architecture and features predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.
I upgraded my version of Play and other libraries and I now see this: SLF4J: Class path contains multiple …
sbt slf4j playframework-2.3Scala 2.11 is out and the 22 fields limit for case classes seems to be fixed (Scala Issue, Release Notes). This has …
scala playframework-2.3I have been trying adding bootstrap's js and css files to public/javascripts and public/stylesheets application in play framework …
twitter-bootstrap playframework playframework-2.3I am attempting to migrate a Rails/Mongodb application to Play 2.3 using play-reactivemongo and reactivemongo-extensions. In modeling my data I …
json scala playframework playframework-2.3I'm tring to set-up Akka actors to deal with web-socket in play. I've defined a simple actor to send out …
java sockets akka playframework-2.3I'm making a simple authentication system using Playframework with their built-in CSRF filter and Security.Authenticator system, but I'm facing …
playframework csrf playframework-2.3I have a Play Application based on the play-scala Typesafe template (Play Scala Seed), and tried to add Slick 3.0.0 to …
postgresql scala playframework-2.3 hikaricp slick-3.0Edit: There is a related issue being discussed on Github but in another mode of deployment (Typesafe Activator UI and …
java playframework playframework-2.0 docker playframework-2.3I have a Play Framework 2.3 project in which I'd like to separate unit tests and functional tests as follows: running …
scala sbt playframework-2.3I am new to Play Framework. I have started learning it and so far I am enjoying it. I have …
java mysql playframework-2.0 playframework-2.3