Top "Playframework-2.0" questions

Play Framework 2.0 is a major revision of Play, a Ruby on Rails-like framework for the Java platform.

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
How to write JUnit test with Spring Autowire?

Here are the files that I use: component.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.…

java spring playframework-2.0 junit4
NoSuchMethodError in javax.persistence.Table.indexes()[Ljavax/persistence/Index

I have a Play Framework application and I was using Hibernate 4.2.5.Final (which is retrieved via the Maven dependency manager). …

java playframework-2.0 hibernate-4.x
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
Java Apache POI Excel save as PDF

How can I convert/save excel file to pdf? I'm using java play framework to generate some excel files and …

java excel pdf playframework-2.0 apache-poi
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
Access Play! 2.0 configuration variables in application.conf?

Previously in Play! v1 it was really easy to define configuration variables in application.conf and then access them like …

playframework-2.0
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
How to get query string parameters in java play framework?

I'm very new to java play framework. I've set up all the normal routes like /something/:somthingValue and all the …

java playframework playframework-2.0 request.querystring
Scala/Play: parse JSON into Map instead of JsObject

On Play Framework's homepage they claim that "JSON is a first class citizen". I have yet to see the proof …

java json scala playframework playframework-2.0