Top "Playframework-2.4" 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 use a path relative to project root to H2 db-file configuration with Play Framework 2.4?

We're developing a Play 2.4 application (Java API). For dev purposes, we'd like to use a persistent H2 database with DB …

jdbc h2 relative-path persistent playframework-2.4
Play 2.4: Form: could not find implicit value for parameter messages: play.api.i18n.Messages

I am new to Play framework and tried to mimic the helloworld sample in my local machine but I encountered …

forms scala playframework playframework-2.4
Play Framework @routes.Assets.at Compilation Error

I'm using Play 2.4.0 and I've been trying to follow the tutorial from the main page: https://playframework.com/ which is …

java playframework java-8 playframework-2.4
Play Framework 2.4 and IntelliJ Idea

I am trying to open a play 2.4 project in IntelliJ but since things have changed I don't know how to …

intellij-idea playframework playframework-2.4 typesafe-activator
PlayFramework 2.4.6 error 413 Request Entity Too Large

I am using PlayFramework 2.4.6, trying to upload a multipart file (size 18M) and the server returns the following error: For …

playframework netty multipartform-data playframework-2.4
Trouble-shooting CORS in Play Framework 2.4.x

I have a java play framework 2.4.x web app providing a JSON/HTTP API. When I run my front-end HTML/…

java playframework cors playframework-2.4