Top "Playframework" questions

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

Error: Argument is not a function, got undefined

Using AngularJS with Scala Play, I'm getting this error. Error: Argument 'MainCtrl' is not a function, got undefined I'm trying …

angularjs playframework
How do I change the default port (9000) that Play uses when I execute the "run" command?

How can I change the default port used by the play framework in development mode when issueing the "run" command …

playframework port playframework-2.0
Understanding implicit in Scala

I was making my way through the Scala playframework tutorial and I came across this snippet of code which had …

scala syntax playframework keyword
Steps needed to use MySQL database with Play framework 2.0

I'm new to Play framework. I'm trying to configure MySQL database as a datasource to be used with Play Ebeans. …

java playframework playframework-2.0 ebean
RESTful on Play! framework

We are planning a project primarily serving content to mobile apps, but need to have a website. My question is …

java rest jersey restlet playframework
jQuery JSON response always triggers a ParseError

I am trying to preform some basic operations with jQuery and JSON. Presently having difficulty with jQuery accepting JSON response …

jquery json playframework
How to handle optional query parameters in Play framework

Lets say I have an already functioning Play 2.0 framework based application in Scala that serves a URL such as: http://…

scala playframework playframework-2.0
Best way to use Jackson JsonNodeFactory

I'm using Jackson to build a custom JSON object. Is the correct way of going about this? It seems to …

java json playframework jackson
Accessing the application.conf properties from java class with Play! 2.0

I want to add an object to the Global scope, and in order to construct it I need to pass …

java configuration playframework playframework-2.0
New object with HQL

Trying to create an object from an HQL query, but just can't figure out what i'm doing wrong. Query: String …

hibernate object hql playframework