Play Framework 2.0 is a major revision of Play, a Ruby on Rails-like framework for the Java platform. Version 2.0 introduces features such as the use of Scala language, Akka actors, Scala templates and a build system (SBT).

learn more… | top users | synonyms (1)

0
votes
1answer
46 views

Handle POST from android client

I'm using Play! framework(2.0.4) as rest servise from my android app. I want to send POST request from android but receive the error message from routes. This is how my route file looks like POST ...
0
votes
1answer
108 views

Facebook OAuth Exception: redirect_uri missing

I'm new to JAVA and using play framework to create a website. I'm trying to integrate Facebook oauth into my website. The code that I have is: // This function is called to populate _facebook, ...
1
vote
1answer
76 views

Reusable Scala code for all views in Play

I know I can declare a reusable pure Scala block like this in a template: @title(text: String) = @{ text.split(' ').map(_.capitalize).mkString(" ") } I can now call @title("someString") in the ...
0
votes
1answer
104 views

Resoving scheduled Akka actors in Play 2.1.1 just gives me RepointableActorRef

I have a recurring Akka job that reads quotes from an external url that I start in my Global.scala. Like this: object Global extends GlobalSettings { override def onStart(app: Application) { ...
0
votes
1answer
160 views

Handle multidimensional JSON with scala Play framework

I am trying to send data from the client to the server using a JSON request. The body of the JSON request looks like this: [ [ {"x":"0","y":"0","player":0}, {"x":"0","y":"1","player":0}, ...
1
vote
1answer
60 views

Static methods versus template parameters in Play framework

In my project using the Play 2.0.x framework I have a lot of templates. A lot of these templates take a String and Lang parameter to display the username and text in a certain language on a page. ...
1
vote
1answer
89 views

Play Framework with Neo4j-Anormcypher

I want to include the AnormCypher of Neo4j library to my playframework project in Eclipse but I stuck.I'am using Windows 8.These are few steps that I am doing; Creating a project from ...
1
vote
1answer
73 views

Accessing play project database with h2-browser

I am having some trouble accessing the mem database via the h2-browser on a Play framework project. With the configuration below, that I think is the correct one (apparently not!) I am getting a ...
0
votes
1answer
80 views

Form errors i18n Play framework

I'm using the form helper and a custom form template to render my forms in the Play framework like this: @(lang: Lang)(myForm: Form[MyModel]) @import play.i18n._ @import helper._ @implicitField = ...
1
vote
1answer
204 views

HTMLUNIT Driver : The data necessary to complete this operation is not yet available

I have a problem with Scala fluentlenium tests on play 2.1.1 and HTMLUNIT driver. The error is the next : [error] 2013-04-13 15:15:40,548 - c.g.h.j.StrictErrorReporter - runtimeError: message=[The ...
1
vote
0answers
99 views

Play Framework 2.1 websockets streaming data not working

I have a websocket connection setup in my Play application. The function is below, and I'm trying to stream some data in this function. When the websocket connection is set up and ready to go, I ...
0
votes
0answers
39 views

play framework finder gives wrong answers with where clause

i am trying to retrieve courses a student is attending in one semester. In Play i was going to do it like this: List<Courses> courses = Courses.find.where("trunc(sysdate) between day_from and ...
1
vote
1answer
87 views

Implicit parameter not passed to higher-order function

I have a function which wraps the call to Anorm's SQL function in a Future: def sqlWithFuture[T](sql: => T) = Future(DB.withConnection(con => sql)) Using it in a Model: def userQuery = ...
1
vote
1answer
53 views

How to write database integration test properly in Play 2.1?

I am new at Play! 2.1. I'm trying to TDD my database integration test. After reading the examples on the website. I wrote my test like this. @Test public void shouldGetDealName() { ...
0
votes
1answer
41 views

Prepend api to root of URL in Play Framework

I'm creating an api using Play Framework, and I'd like to use the standard url for an api - api.mysite.com. But I can't seem to find a way to prepend api to the URL. It seems play framework only ...
1
vote
1answer
169 views

Json serialization in Scala 2.10

Before Play 2.1 and Scala 2.10 I used Jerkson. Unfortunatly there is no officially released Jerkson version compatible with Scala 2.10 (yet). I'm since using Jackson with Scala module but I don't ...
1
vote
1answer
77 views

Play for Scala and Anorm: cannot create a simple parser

There should be something simple here, though I'm completely missing it, since I'm noob in Scala and Play. Here's the code: case class ExceptionInfo(ExceptionType: String, Message: String, ...
0
votes
0answers
22 views

Made an comet-app with play, getting a connection-timout, and app crashes

As i wrote in the title, i am creating a comet-app and pushing things which i retrieve over a webservice to the clients. My problem is at the moment if the webservice gets down i am getting a ...
0
votes
1answer
103 views

Heroku Play framework 2 sbt dependencies cache

I managed to add some dependencies (via the sbt dependency manager in play framework) that seem to be in conflict with other libraries I use. However when i removed them from the sbt dependency ...
0
votes
2answers
129 views

Play Framework 2.1.0 - NoClassDefFoundError when registering JDBC driver using Class.forName

I am trying to use olap4j with Play 2.1.0 but am having great difficulty in getting some olap4j code to work in a Play controller, this same code works just fine in a separate Eclipse Java project, ...
0
votes
0answers
48 views

Salat Fails to Serialize in Running Play Framework Application but Works Fine in Console

I have a Play 2.1.0 (Scala) framework application and I am trying to use Salat to convert my case class objects into MongoDBObjects. When I fire up the play console, instantiate one of my case ...
2
votes
1answer
142 views

Multiple FieldConstructor in PlayFramework 2.1?

I am trying to build a custom FieldConstructor in the scala doc. I follow the instruction , build a twitterBootstrapInput.scala.html , and it works ... This is my output : Here comes the problem ...
0
votes
2answers
106 views

How to set postgres schema in play framework

We are using play framework 2.1 in our web application. We want to explicitly set the database schema(not public schema) in our postgresql database which will be used. How can set it ? Thanks
3
votes
3answers
142 views

Play framework for Java? version 1.x.x or 2.x.x

I just want to know if the application is going to be developed in Java, is it better to go for Play 1.x.x or 2.x.x? and How long the version 1.x.x will be supported? Is it an active fork? Thanks
3
votes
1answer
157 views

Scala unused import statement with play framework in IntelliJ

I'm trying to learn scala and play framework. I choosed IntelliJ Idea as ide. The problem is editor gives warning on imports like ; "unused import statements" import play.api._ import play.api.mvc._ ...
1
vote
1answer
63 views

Play route syntax for ignoring a part of slug

What we want is basically this: /foo/* controllers.FooController.foo However this doesn't work. We have found the following workaround: /foo/*ignore ...
0
votes
1answer
76 views

Play Framework intermittently respects JAVA_HOME?

java6 is the default java on our ubuntu box, and I have java7 in another directory with JAVA_HOME pointing at java7. Using sudo -E to maintain the JAVA_HOME env variable in a non-Play project folder: ...
0
votes
1answer
82 views

How to deploy and run Play! 2.1 to EC2 via Jenkins

I have setup Jenkins for my Play! 2.1 I have setup Build and Deploy jobs, they work well. But I seem to cannot figure out how to deploy and run Play! from Jenkins to EC2. For example, I used this ...
1
vote
1answer
347 views

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 others. Now I want to create route the accepts query parameters like ...
1
vote
1answer
45 views

Morphia InstantiationException with abstract @Embedded class

I'm using Morphia with a Play Framework 2.1 project and a MongoDB database, and I'm having a problem with retrieving some data. I have a class A which is and @Entity stored in a collection. But that ...
2
votes
2answers
135 views

Why the scala :_* to expand a Seq into variable-length argument list does not work in this case?

Why the scala :_* to expand a Seq into variable-length argument list does not work in this case? and how to solve it elegantly? import java.sql.Connection import scalikejdbc.ConnectionPool import ...
1
vote
3answers
29 views

One project with multiple views

In my play project I am linking all of my javascript and css in my main.scala.html. I also want to have a mobile interface for my application using something like JQuery mobile. Is it possible to have ...
0
votes
2answers
118 views

Map[Int, String] in Play framework template

I'm using the Play 2.0.4 framework and I can successfully create a template that accepts a Map[String, String] template by putting this in the controller part: Map<String, String> test = new ...
0
votes
1answer
96 views

useless implicit keyword assigned to method ? / Play framework 2

As the official documentation of Play framework recommends, we can use an implicit request in order to improve access to some objects associated to the request. Sample: def index = Action { implicit ...
0
votes
0answers
52 views

How to set the header of a response in production mode in play 2

I made a website which lets users upload images and serves them back. To lower the load i've tried to use client side caching like so: byte[] data = Files.readAllBytes(path); ...
0
votes
1answer
190 views

Jackson scala module: serialize Enumeration fails

Can someone explain me why this doesn't work? I use the Scala module with Jackson. My dependency is "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.1.3" My serializer is: import ...
1
vote
1answer
55 views

Ampersand notation not working in Play framework 2.0

I have a simple scala.html template created in a Playframework 2.0 project. If I reference messages with @Messages("message") <div id="content"> @Messages("test") </div> the ...
2
votes
3answers
73 views

Use Mysql in dev/prod and H2 in test

Using the play framework 2.1, I'm trying to find the best way to have two different databases configurations: One to run my application based on mysql One to test my application based on H2 While ...
0
votes
1answer
147 views

Updating ManyToMany Checkboxes PlayFramework 2

I have some troubles to update Many-To-Many Relationship with checkboxes in Play Framework 2.1.0 Account Model: @ManyToMany(fetch = FetchType.EAGER) @JoinTable(name = "account_security_role", ...
0
votes
0answers
52 views

How to combine evolutions with Hibernate DDL auto generation in Play 2.0 Framework

Is it possible to generate database schema automatically with Hibernate (hibernate.hbm2ddl.auto) + execute some evolution scripts to provide test data? Whenever setting hibernate.hbm2ddl.auto ...
0
votes
0answers
47 views

Splitting layers within a Play 2 application

Is it a good practice to split the default Play architecture into some sbt subprojects (as simple libraries). Indeed, I would find layers more visible (cleanly separated) and each one containing its ...
0
votes
1answer
68 views

Play framework 2 save input fields when empty

There is an update function in the controller i use: public static Result updateCustomer(Long id) { Form<CustomerData> customerDataForm = form(CustomerData.class) ...
0
votes
0answers
67 views

Handling chunked responses at high-level in javascript

In case of slow server side actions, it is a good idea that the server could return a chunked response, so that the user experience is better, for example in the case of travel websites (look at ...
1
vote
0answers
117 views

Set session cookies in play framework testing using selenium hd

I am trying to do some unit testing using selenium hd. I currently have the following code: browser.goTo("http://localhost:3333/") browser.$("#email").text("michele@sample.com") ...
0
votes
1answer
48 views

Open directly Play Framework in Fedora 19

I have got a problem. I'm new to Fedora and Frameworks. In the Play Framework documentation says: On UNIX systems, this means doing something like: export PATH=$PATH:/relativePath/to/play So I did ...
2
votes
1answer
274 views

Dynamic routes on Play Framework 2.1 templates

Taking the Java computer-database sample as a starting point in Play! 2.1 I'm developing a CRUD admin backend for about 20 models. The problem I'm facing is the repetition at the template level of the ...
1
vote
1answer
121 views

Play Framework 2.0 correct way to represent a set in a query using Anorm

I am trying to return a list of results using Anorm using a query that returns matching rows for a set of ids. Eg. select * from example where id in (1,2,3,4,5) If I try SQL( """ select ...
0
votes
0answers
84 views

How to get rid of akka AskTimeout Exception in play application while Performance test

I am running a web application on play 2.0.4 and now its in the performance testing phase. Requirement is 1000 users/hr logged in the web app. Currently i am facing issue with just 100 threads ...
0
votes
2answers
100 views

Why does my JUnit test (that modifies a database entry) fail

EDIT: replaced 'retrieve.name == "name1"' by 'retrieve.name.equals("name1")'. EDIT2: Added @BeforeClass and @AfterClass (credit: ...
1
vote
1answer
48 views

Select option not filled with values which are mapped from other table

I have a mapping between two models, Movie and Place. when i now create a from movieForm and fill in a already created Movie and open then a view with that movieForm all textfields and select's are ...

1 3 4 5 6 7 53