Top "Playframework" questions

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

Play framework hangs on startup at: "Loading project definition from"

I am just getting started with Play Framework. I have downloaded and installed play and created a sample java application. …

playframework
Choosing a Scala web framework

I am about to start a project for a web application that should run on a Tomcat server. I have …

scala playframework lift scalatra
Play Framework 2.1 - Cannot find an implicit ExecutionContext

I am calling a webservice like this: WS .url(url) .get .map { response => // error occurs on this line response.…

scala playframework playframework-2.0
serializing objects to json with play.api.libs.json

I'm trying to serialize some relatively simple models into json. For example, I'd like to get the json representation of: …

json scala playframework playframework-2.0 playframework-json
Running evolutions on Play Framework 2.0

This recent post, How to use Evolutions in Play Framework 2.0?, says that evolutions will automatically be applied when running Play 2.0. …

playframework playframework-2.0
Preserve page state for revisiting using browser back button

I have a page that dynamically loads content based on a user pushing a button: ${document).ready(function) { $("#myButton").click(…

javascript jquery ajax playframework browser-history
How to properly integrate HTML5 Boilerplate with Twitter Bootstrap?

In my Play 2.0 project I already have Bootstrap integrated (as the less files, Play can compile them in the fly) …

css html playframework twitter-bootstrap html5boilerplate
Play framework tutorial: Cannot resolve symbol 'index'?

I followed a tutorial here and although I got the entire tutorial working just fine, one of the classes in …

playframework intellij-idea playframework-2.0
Separate back-end and front-end apps on same domain?

We are building a fully RESTful back-end with the Play Framework. We are also building a separate web front-end with …

api rest deployment playframework openshift
Error handling Scala : Future For Comprehension

I want to do error handling in my play scala web application. My application talks to the data base to …

scala error-handling playframework future