Top "Playframework" questions

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

Advice deploying war files vs executable jar with embedded container

There seems to be a current trend in java space to move away from deploying java web applications to a …

java playframework war spring-boot dropwizard
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
Hocon: Read an array of objects from a configuration file

I have created an Play application (2.1) which uses the configuration in conf/application.conf in the Hocon format. I want …

json scala configuration playframework playframework-2.1
How to get absolute route url as String In Play framework 2?

I am currently getting a relative url route as a String via: String url = controllers.directory.routes.Directory.viewOrganisation( org.…

playframework playframework-2.0
Combining Play! Framework 2.xx with Angular.js

I am having trouble is this marriage of 2 seemingly powerful frameworks. It seems most things that can be done by 1 …

angularjs playframework playframework-2.0
Sonar-Runner doesn't index any files

I'm trying to run a sonar analysis on my playframework jave code. There are no files indexed: me@fhnw:/home/…

playframework sbt sonarqube jacoco sonar-runner
Using POST routes parameters in Play Framework

I have a login route that should transmit its input parameters as POST variables. I have defined my route like …

playframework playframework-2.2
What is a Boxed Error in Scala?

When I run my application, the browser shows [ExecutionException: Boxed Error] It doesn't say anything about the line number, etc. …

scala playframework playframework-2.1
What is the equivalent to 'play stop' for Play Framework 2.1?

What is the equivalent of play stop for Play 2.1? If I did play start, how do I cleanly terminate the …

playframework playframework-2.1
Getting FileSystemException "A required privilege is not held by the client" using Files.createSymbolicLink in Play Framework

I'm trying to use the new Java 7 Files.createSymbolicLink() method within Play! Framework, and I got the following exception: RuntimeException …

java permissions playframework nio java-7