Top "Playframework" questions

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

Difference between JPA and EBean Play Framework

I'm relatively new to Play framework, I tried following the cookbook but it seems to be already outdated. Anyways I …

java jpa playframework ebean
Play! framework uses a <lot> of statics

Waaah, the Play! framework has so many static methods. Where I go to school, we were told never ever to …

java static playframework playframework-1.x
Play Framework 2.2 : Get URL of the requesting page

PLAY FRAMEWORK JAVA: I am trying to get the name of the URL that requested the controller function. For example , …

java playframework playframework-2.2
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
How to base64 encode a SHA-1 hash in Scala and Play Framework?

I would like to base64 encode a generated SHA-1 hash in Scala using Play Framework. This works for me in …

scala base64 playframework sha1 java
How do I run a Play Framework 2.0 application as a Windows service?

I have a Play Framework 2.0 application that I want to deploy (production) on Windows Server 2008 R2. How do I get …

playframework windows-server-2008 playframework-2.0 windows-server-2008-r2
Unsupported major.minor version 51.0 while running play framework

I know there is version conflict. Just want someone to tell me how to resolve it. In previous stackoverflow post …

playframework
"host not allowed" error when deploying a play framework application to Amazon AWS with Boxfuse

I am trying to deploy a simple web application written using Play Framework in Scala to Amazon web service. The …

scala amazon-web-services playframework cloudcaptain
Analysing thread dump - lot of blocked threads on sun.misc.Unsafe.park

Working on fixing performance issue in a Java play with akka framework application. Basically consumes and processes messages from a …

java multithreading playframework akka thread-dump
iterate over case class data members

I am writing a play2.1 application with mongodb, and my model object is a bit extensive. when updating an entry …

scala playframework playframework-2.1