Top "Playframework" questions

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

NodeJS vs Play Framework for large project

I am really torn between two different stacks with which to build a large application. One the one hand there …

mongodb node.js playframework coffeescript anorm
How to implement implicit Json Writes of embedded object in Play Framework 2.x

there are two classes Foo and Bar. Foo contains a field of Bar. The question is, how do I implement …

json scala playframework playframework-2.0
Examples of Websites built using Spring, Play Framework, Struts

I am a beginner in Java and going to build a webapp that allows developers to work online on their …

java spring struts playframework
Spray, Akka-http and Play, Which is the best bet for a new HTTP/REST project

I'm going to develop new HTTP/REST services using Scala and Akka Actors. I have experience working with Play, but …

scala playframework akka spray akka-http
Logging options for Slick

I'm createing a Play 2.1 app, in which I have decided to use Slick for database interaction. However I can't find …

scala logging playframework playframework-2.0 slick
How to run Play Framework 2.x in debug mode in IntelliJ IDEA?

I want to run Play Framework 2.x in debug mode in IntelliJ IDEA. I searched in the Internet and all …

intellij-idea playframework playframework-2.0 typesafe-activator
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
Securing REST API on Play framework and OAuth2

I am developing an application with Play 2.0 and Scala that exposes some REST API. These APIs will be used by …

scala oauth playframework oauth-2.0 playframework-2.0
UnsupportedClassVersionError on running play application with JDK 1.7

Just now started learning Play framework for my project requirement and my project only build on JDK 1.7 so I have …

java playframework typesafe-activator
Play Framework - add a field to JSON object

I have a problem with adding a field to Json object in Play Framework using Scala: I have a case …

json scala playframework playframework-2.0