Top "Playframework-2.3" 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 fix "SLF4J: Class path contains multiple SLF4J bindings" at startup of Play 2.3.x?

I upgraded my version of Play and other libraries and I now see this: SLF4J: Class path contains multiple …

sbt slf4j playframework-2.3
22 fields limit in Scala 2.11 + Play Framework 2.3 Case classes and functions

Scala 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.3
How to use Twitter Bootstrap 3 with play framework 2.3

I 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.3
Play JSON formatter for Map[Int,_]

I 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.3
Akka.io, No matching constructor found on class actors

I'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.3
Playframework with CSRF : "CSRF token not found in session"?

I'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.3
How to configure HikariCP for Slick 3.0.0 RC1 on Typesafe conf

I 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.0
Restarting Play application Docker container results in 'This application is already running' - RUNNING_PID is not deleted

Edit: 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.3
Why are integration tests in a Play/Scala project not executed when using "sbt it:test"?

I 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.3
Simple CRUD tutorial about Play Framework and MySQL using Ebean?

I 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