Play Framework is a modern open-source web framework for Java and Scala.
Using AngularJS with Scala Play, I'm getting this error. Error: Argument 'MainCtrl' is not a function, got undefined I'm trying …
angularjs playframeworkHow can I change the default port used by the play framework in development mode when issueing the "run" command …
playframework port playframework-2.0I was making my way through the Scala playframework tutorial and I came across this snippet of code which had …
scala syntax playframework keywordI'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 ebeanWe are planning a project primarily serving content to mobile apps, but need to have a website. My question is …
java rest jersey restlet playframeworkI am trying to preform some basic operations with jQuery and JSON. Presently having difficulty with jQuery accepting JSON response …
jquery json playframeworkLets 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.0I'm using Jackson to build a custom JSON object. Is the correct way of going about this? It seems to …
java json playframework jacksonI want to add an object to the Global scope, and in order to construct it I need to pass …
java configuration playframework playframework-2.0Trying 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