The Play! Framework is a modern Java and Scala web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

How to install scala on Heroku?

I want to use a scala script in console on Heroku. So, after command $heroku run bash I try a script ./scala_script.sh, but the result is scala: not found. So, how to install scala or even some ...
1
vote
2answers
20 views

Hocon: Read an array of objects from a configuration file

I have created an Play application (2.1) which uses the configuration in conf/application.conf in the Hocon format. I want to add an array of projects in the configuration. The file ...
1
vote
2answers
21 views

Distributing Play! Framework jobs

I have a play! app that runs a certain numbers of jobs. But the problem is, when we need a higher load on the server, we multiply the number of instance, thus our jobs are executed on every Play! ...
0
votes
2answers
25 views

Play 2.1 for Http Server

I am new to play framework. My requirement is very simple. I want to create rest api server in scala using play framework. I could use play2-mini, but it seems it is outdated. I want play 2.1 to be ...
0
votes
1answer
31 views

Squeryl join with null columns

Let's say I have a table that contains ids that relate to other tables. I want to get all the objects because the combination of the tables makes up one object. Naturally I'd join them but I have an ...
0
votes
0answers
37 views

Limit number of thread in Play 2.1 framework

I am using Play 2.1 with Scala to run several tests continuously. I am doing a Future.traverse(tests)(test => Future(runTest(test)). I want to limit the number of tests running in parallel so I ...
0
votes
1answer
15 views

Play Framework 1.2.5 dependency placed in project directory

I'm trying to launch a play framework application with the following dependencies.yml file: require: - play 1.2.5 - play -> crud When I run play deps --sync, I get this output: Installing ...
1
vote
0answers
26 views

Linked entities (OneToMany) not shown in Play2 Java form

I'm having trouble with a Play! 2 form in which an object (a member of a neighbourhood association) containing two Lists (of persons in the household and of bank accounts) is edited. Weirdly, the list ...
-2
votes
1answer
12 views

How to get json from an URL play framework 2.1.1? Using Java [closed]

I'm trying to get json from an url, but I can not find a way to do that. Thanks for your help.
0
votes
0answers
23 views

PlayFramework 2.1: Display error message without helper

There is anyway to display form error message without using PlayFramework 2.1 helpers? I write my own HTML, and I don't want to write my own helper. I used to do this in 1.2.5 version :(
3
votes
0answers
23 views

Play Framework Production on Windows

The documentation states that there is no production support for the Play Framework on Windows. Note play is not supporting windows in production mode, therefore stage and start won’t work under ...
0
votes
1answer
25 views

PlayFramework 2.1: Validation Form (error messages)

I'm developing an application in PlayFramework 2.1. But, I'm not using Form helpers, like: @inputText, I'm writing my own HTML. How can I display error messages without using the Form Helper? ...
0
votes
0answers
20 views

Group by and join with Hibernate and JPA

I have some models with dependencies between them. Here are the models: @Entity public class A extends Model { @Required public String name; @Required @ManyToOne(fetch = ...
0
votes
1answer
21 views

Play Framework WS async call is repeated after an HTTP 401

If an external web service returns an HTTP 401 to a Play Framework async WS call the same request appears to be performed automatically again. WS.url(url) .get() .map (...) }
1
vote
1answer
43 views

Validation of mapping form with tuple of checkboxes in it

I have a form containing several fields and some checkboxes. It looks like this now and that is working excelent val postForm = Form( mapping( "author" -> text(minLength = 3), "title" -> ...
0
votes
1answer
49 views

Form validation in Play 2

According to http://www.playframework.com/documentation/2.1.1/JavaForms page "Since 2.0.2 the validate-method can return the following types: String, List or Map>" But it doesn't appear to be so. ...
0
votes
2answers
27 views

Get array of one url param

I want get the url-param ids, but It will not work. Is here everyone who can help me? The following code doesn't work. Url: http://localhost:9000/rest/alerts?ids[]=123?ids[]=456 Routes.conf GET ...
0
votes
1answer
25 views

Play Framework 2.1.1: Run/debug configurations

I created a play project (version 2.1.1), and I started to develop, using terminal "play run", and now I need to debug my project. But, I don't have any debug/run configurations. I tried to execute ...
0
votes
0answers
39 views

play framework null exception accessing variables

I am testing my play framework application on my pc, and then deploying it to a server my problem is, there are some things that work on my pc, and when I move them to the server, I only get errors, ...
2
votes
0answers
21 views

Committing Play Framework tags to SVN and triggering commit hooks

I am developing a Play Framework 1.2.5 application, and have introduced a custom tag at: /path/to/project/app/views/tags/myFirstTag.html According to the documentation, this is the correct place to ...
1
vote
1answer
26 views

Play 1.2.5 Application deployment on heroku “Oops. conf/routes or conf/application.conf missing.”

I have a play 1.2.5 app and want to deploy it somewhere (so i can register it for some OAuth Callbacks). I am trying to push it to heroku but i get the following error -----> Play! app detected ...
1
vote
2answers
28 views

Nginx, Play and Angular Access-Control-Allow-Origin error

My html files are under the html folder of Nginx, I tried to send an $http request via angular to the Play application. The play application is under port 9210, while nginx listens to port 80 (for ...
0
votes
0answers
26 views

Play framework with postgresql backup - duplicate key value violates unique constraint

I have a problem using postgreSQL with play framework. I have a platform with a register form and sometimes it works properly but sometimes this error happens: play.api.Application$$anon$1: Execution ...
0
votes
0answers
20 views

Page not loaded in chrome

I get this problem when I am trying to run a java project using play 2.1.0. with securesocial 2.0.12 " No data received Unable to load the webpage because the server sent no data. Here are ...
0
votes
1answer
33 views

Most Recent Akka and Play Framework?

When using the latest version of Akka, Play just immediately hangs up on every HTTP connection attempt. NoSuchMethodError: akka.actor.ActorSystem.dispatcher()Lakka/dispatch/MessageDispatcher; What ...
0
votes
0answers
58 views

TypeSafe Slick 1.0.1 - AutoInc and return inserted id

I'm using Scala 2.10.0, Play Framework 2.1.0, TypeSafe Slick 1.0.1 and play-slick 0.3.2. I've created a set of Slick entities that work as expected. I'd like to add some logic in the Global.scala to ...
0
votes
1answer
19 views

play framework, redirect block users to some page

i am using playframework 1.2.5. some of the users in my application are making inappropriate actions, like spam etc. i want to ban thous users from my site. and always show them a page that saying ...
2
votes
1answer
56 views

Play ! 2.1: Minifying CSS, not LESS

I'm having trouble with the CSS minification feature provided in Play Framework 2.1. I know it works good with .less files, but I'm interested in minifying plain old css files. I was researching ...
0
votes
2answers
52 views

How to test WebService calls in Play 2.1?

I'm scraping a website that expects GET parameters and a cookie. I want to know whether the correct parameters and cookies are being sent. Being able to test HTTP headers, POST data etc. would be very ...
2
votes
0answers
71 views

List mapping in Play2's form

I'm trying to create a form with multiple textarea, each goes with a corresponding checkbox. Basically, the application works as "If yes (the checkbox is checked), leave the textarea blank. Otherwise, ...
1
vote
1answer
32 views

Converters for custom data types in Play?

Is there a predefined concept for converters or something similar in Play 2.0? (Having used JSF in the past, there is javax.faces.convert.Converter for converting specific types to String values and ...
0
votes
1answer
20 views

Heroku Crossdomain.xml

I would like to place a CrossDomain.xml file in my Heroku app... I have tried, but it just is not being read correctly. I put it in the assets folder and made a pointer in routes in my play ...
0
votes
0answers
13 views

play configuration for securesocial

I want to support only facebook in securesocial 2.0.12 for play 2.1.0, so I've deleted other providers from securesocial.conf. My applications doesn't start right now, I'm getting following error: ...
0
votes
0answers
23 views

Push data from server to some users, not everyone

I want push data from server to some users that i want. I can push data to all users via Play Framework with akka.io: public static Result index() { Comet comet = new Comet("console.log") { ...
0
votes
0answers
30 views

Nested embeddable not persisting

I am learning the Play Framework and am having trouble getting a nested embeddable object to persist to the database. Essentially what I am trying to do is exactly what is shown in example 3 of this ...
0
votes
1answer
58 views

Play ReactiveMongo - exception when trying to find one document

I've started using Play and the Play-ReactiveMongo plugin and testing for a 404 response on a GET "document by id" scenario. Unfortunately instead of Play returning a 404 NotFound response I get this ...
0
votes
0answers
40 views

jQuery commands like hasClass(). attr(). click() not working after migrating in play Framework

I have migrated a project from PHP to play framework. In the PHP version all works fine, but some Javascript parts doesn't work in play framework. All files are correctly included controller and ...
1
vote
1answer
36 views

Dual play frameworks on the same system

I have installed play 2.0.4 in my windows Xp and want to use play 2.1.0 in the same system. What configuration changes should I make so that I can run a java project in play 2.1.0.
1
vote
0answers
43 views

Play Framework 2.1 Cannot handle JSON POST request from controller

I am trying to achieve something simple, using play framework 2.1 (java): Post JSON data via jquery, and retrieve it from a controller. Could you kindly tell me where I am wrong? It starts from a ...
3
votes
0answers
57 views

play framework 2 performance issues on virtual machine

I have recently implemented very tiny cassandra web application on both php and play framework to compare these technologies. I'm running these tests on a virtual machine which has ubuntu-server in ...
0
votes
0answers
16 views

Inject Play Job into class created with Guice

@OnApplicationStop public class StopApplicationHandler extends Job<Void> { private List<StopApplicationListener> listeners = Collections.synchronizedList(new ...
0
votes
0answers
48 views

play framework template engine - can I escape HTML decoding inside of an @Html()?

See this question for the full story. This is what I have: <input type="text" data-provide="typeahead" data-source='@Html(param)' data-items="4"> Say @param evaluates to ...
0
votes
0answers
18 views

Error running tests on a bare-bones Play application

I'm testing out Scala/Play using IntelliJ to see how I like it. I downloaded Scala 2.10, Play, and IntelliJ Idea Community edition. I generated a basic project in play and then loaded it in IntelliJ. ...
0
votes
0answers
20 views

Querying MongoDB collection that contains different document typey with morphia and Play framework

Here's what I want to acieve: I work with different type of objects that should be displayed on a map: shops, sights etc. I want to store these in one MongoDB collection, so that I have to make only ...
0
votes
1answer
24 views

importing astyanax library in play framework

I have a problem in including external jar files to play framework. I'm trying to include Astyanax to play framework. There are multiple jar files in astyanax after running ./gradlew build I made a ...
0
votes
0answers
29 views

Ebean postgresql (and playframework 2.1.1)

I'm trying to create a simple table using ebean in playframework 2.1.1 with postgresql: @Entity @Table(name = "user") public class User extends Model { @Id public long id; ...
2
votes
3answers
69 views

Play Framework 2 only recompiles at first request

I am using PlayFramwework 2.1.1 with Scala and I have created a small test server that I run locally (play run from console). If I change something while the server is running, these changes won't be ...
0
votes
1answer
46 views

Cannot convert 266:class java.math.BigDecimal to Long for column

I'm working with Play 2.1.1, Postgress and Herkou, and getting weird exceptions only from my production database. Locally vs H2, everything works. On production however, the same operation fails ...
0
votes
2answers
49 views

How to create a Java-based Play Framework Application (Not Scala)

Is there any way to create a Java PlayFramework application on Cloudbees? As far as I know, it automatically creates a Scala application with STB setup on Jenkins : ...
1
vote
2answers
22 views

How does Heroku run Evolutions only once with multiple web servers?

Evolutions is the default Play mechanism for DB schema upgrades. If I push a play version to a Heroku setup that contains more than one web server - how does heroku know to run the evolutions only ...

1 2 3 4 5 92