Top "Playframework" questions

Play Framework is a modern open-source web framework for Java and Scala.

Route to static file in Play! 2.0

I'm trying to make a route to a specific static file but everything I'm trying ends with an error. I've …

playframework routes playframework-2.0 static-files
How to use IntelliJ with Play Framework and Scala

I am trying to use IntelliJ with a play framework 2.11 application. I installed the Play Framework 2 plugin and the Scala …

scala playframework intellij-idea
Play Framework For Scala: Compilation error[type Application is not a member of package controllers]

I try to compile a scala example in the book: "Play for Scala" but get a following compilation error on …

scala playframework playframework-2.0
What are the language and product alternatives to Akka?

Right now I'm looking at Play Framework and like it a lot. One of the parts heavy advertised amongst the …

playframework rabbitmq akka actor
Play! framework: define a variable in template?

I'm passing to a template an Event object and what I need to do is checking @event.getSeverity value. if …

java scala playframework playframework-2.0 template-engine
Where do I put startup code in Play Framework?

I want to run some code on startup to pre-cache some stuff, and would also like to start a Timer …

playframework
Convert any Scala object to JSON

I am using latest version of Play Framework and it's JSON lib like this Json.toJson(obj). But toJson is …

json scala playframework playframework-2.2
Adding Play JSON Library to sbt

How can I add the Play JSON library (play.api.libs.json) to my sbt project? When I added the …

playframework sbt playframework-2.1
Does Playframework 2.0.x support <else if> in templates

I wonder if play 2.0.3 and higher supports else if in views? I only read that one have to code that …

playframework
SBT compilation for play framework 2.x disabled by default

I created a new Play Framework project using the activator, activator new my-project-name and then I selected the play-java template …

intellij-idea playframework sbt