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
11 views

Play framework anorm: method xx is defined twice

I'm currently writing a webapp wit play framework 2.1. When i call it like this: http://xyz.com/packages i want an overview screen of all ites to be displayed. When i call it like this: ...
0
votes
0answers
7 views

Kerberos authentication in Play framework 2.1

I went through the Play Framework for rapid prototyping of Java web apps. The project seems to be just what I need for rapidly building a Java based CRUD application at my work. However, one critical ...
0
votes
1answer
35 views

Persistent scheduling

I'm currently in need of persistent scheduling for a web app based on play-framework and akka. I know there is actor scheduling in akka, but as far as I know, it provides no mechanism to persist jobs. ...
0
votes
1answer
13 views

Pushing to bitbucket and deploying to heroku

I have Play! application in Bitbucket. I have my local repo linked to both Bitbucket and Heroku and everything works fine (whenever I push to heroku master, the application re-builds and I can see the ...
0
votes
1answer
15 views

Reverse routing not working in Play! 2 for Scala

I am trying to follow the example in the OAuth guide here. I create a Twitter object in controllers directory, exactly like the example. object Twitter extends Controller { val KEY = ...
1
vote
1answer
26 views

Mondrian OLAP connection management

What is the recommended pattern for managing Mondrian database connections? I am using Mondrian as a library in a Scala/Play Framework web application. For example: var connection try { connection ...
0
votes
1answer
16 views

Consuming JSON with Play Framework and $.ajax

I'm still new to RESTful APIs and JSON, so I tried looking at the documentation for jQuery and Play for sending JSON to a URI and parsing JSON from a request body. Unfortunately, I'm getting some ...
0
votes
0answers
12 views

Skip play eclipse compiling step

How do I skip the compiling step when using the command play eclipse I just want to create an eclipse project without play compiling it first.
0
votes
0answers
19 views

What folders of my playframework project can I delete?

Can I just delete the folders bin, data, precompiled, and tmp without having any issues? Will they just be regenerated again next time? I don't mind losing attachment files, images, etc in the data ...
0
votes
1answer
34 views

How to annotate HashMap?

I have this model: @Entity public class ImageModel extends Model { @Id private String id; private String url; @ManyToMany(cascade = CascadeType.ALL) private Map<String,String> tags = new ...
-1
votes
0answers
40 views

Rails vs Play Controller

It seems Rails Controller inheritance is a very common practice to separate the functionality. Is it recommended to have multiple controllers in a Play Project?
0
votes
1answer
26 views

How to declare an object's logger in logger.xml?

I need finer grained control of my logging in my Play 2.1 application. To this end, I have been putting a unique logger in each Controller like follows: package controllers.admin object Accounts ...
0
votes
2answers
36 views

How do I handle multiple play2 WS calls for a Set of objects and then return the successful calls to view

Let say that in my Controller I have a set of Sms objects. For each one of those objects I would like to call a web service and then for all the successful calls return the sms objects to view. ...
0
votes
0answers
26 views

Using Play framework 2 with DB2 (AS400 or LUW)

is there anyone who sucessfully used Play framework with IBM DB2 for AS00 or DB2LUW. I was trying to run the Zentasks example against a DB2 db on AS400, but I got this exception: Internal server ...
0
votes
1answer
31 views

A template as a template parameter in a play 2 views

I would like to define some templates in play 2 which takes an other template as a parameter: @aTemplate(otherTemplate()) I think that should be possible in scala, right? How would look like the ...
0
votes
0answers
18 views

How to remove port from Play Framework static route?

I have the typical routes file for static resources. #{if play.Play.mode.isProd()} GET something.cloudfront.net/ staticDir:public #{/} #{else} GET /public/ ...
0
votes
1answer
32 views

Setting up multiple domains with Play Framework

How does one get started with multiple domains using the Play Framework? In other words, the same server will serve content for both somedomain.com and anotherdomain.com, and both of these domain's ...
0
votes
1answer
20 views

Play, Anorm and PostgreSQL: Problems with serial columns?

I used Play 2.1.0 with anorm, Scala 2.10 and PostgreSQL (9.1, driver: 9.1-901.jdbc4). The following query worked fine in MySQL. After moving to PostgreSQL it doesn't. After entering the method, there ...
0
votes
0answers
17 views

play framework 2.1.1 get/set tags

I trying to use custom template tags but i cant make it work :( I'm using this link as reference tags doc What i trying to achieve is to set some value (string) in one view and get it in another ...
0
votes
1answer
57 views

Play 2.1(scala) - How to write Format[T] for scala enumeration case class

This question is related to the following two questions. We wanted to use enumeration in a model in our play 2.1 application so we found the following question How to write Reads[T] and Writes[T] in ...
0
votes
1answer
13 views

Greenscript CDN fallback on Play Framework 1.2.5

Im using Play! 1.2.5 and Greenscript 1.2.8b. Im looking to have a fallback for jQuery and other javascript library if one the CDN is not responding. <script ...
0
votes
0answers
13 views

Playframework 1.2.5: Setting up a multi module project

For a new project I'm attempting to setup a multi-module project with Play 1.2.5 I want to place modules within the modules folder of my main application. I've created the modules using play ...
0
votes
2answers
34 views

Play 2.1 Java How to pass an object to a asynchronous function?

How can I pass the string object myString to the inner function in the Java Play Framework version 2.1, so that it is available within the inner function? This is what I want to do: String myString ...
-1
votes
0answers
11 views

List the content of a table in a dropdown menu in play framework [closed]

I have a table with one attribute, how do i list it's content in a dropdown list in play framework?
2
votes
1answer
37 views

Amount of connections are more then it may

I'm having a little bit of trouble with my play application and the database. My postgresql server has a max connections of 150 and i have 5 applications running. The db config looks like this: ...
-4
votes
2answers
65 views

What are topics needed to develop web application in scala? [closed]

I am good in java and recently learning scala. I want to develop web application. what are the concepts of scala I need to learn?
0
votes
1answer
36 views

Play Framework Routes not working

I am just trying to follow along with the ZenTasks tutorial (http://www.playframework.com/documentation/2.1.0/JavaGuide4) for the Play Framework. I can't seem to even get the Login page to work ...
0
votes
0answers
11 views

play framework won't logout with secure module

I have a problem when I do logout. Basically I am using the secure module, i call to the method secure.logout(), this redirect to login page, but i can do back and come back to the page, as if I am ...
0
votes
2answers
49 views

what is the best way to pass a string between views

I want to pass a string to a "form" page template and then post the form and redirect to the previous page by using the string that I have sent. The reason that I want to do it is to prevent the POST ...
0
votes
0answers
22 views

Routing in play! framework based on database information

I'm using play! framework 1.2.5 for a multi-tenancy application. Tenants are resolved on domain base and are kept as Models. There are multiple types of tenants, that don't share all of the ...
0
votes
0answers
28 views

Does the playframework actually perform much better when run as a standalone vs a war on tomcat for example?

I would like to deploy my application, which I built with the Java Play! Framework 1.2.4. The documentation here http://www.playframework.com/documentation/1.2.4/deployment states that standalone apps ...
0
votes
0answers
21 views

Play Framework with JPA packages not found

I am trying to create an application using Playframework 2.1.1 and JPA/Hibernate 4.2.1. I followed this documentation, added these dependencies val appDependencies = Seq( "org.hibernate" % ...
0
votes
1answer
63 views

How should I structure my nested reactivemongo calls in my play2 application?

I'm in the process of trying to combine some nested calls with reactivemongo in my play2 application. I get a list of objects returned from createObjects. I then loop over them, check if the object ...
0
votes
0answers
27 views

How to run play framework in Ubuntu(solved)

All: Thanks for help. I am just starting Play framework study. When I follow tutorial http://www.youtube.com/watch?v=msJH-YLropw In windows, it works very well(successfully open the welcome page), ...
0
votes
1answer
22 views

Getting The entire node set is unreachable error when trying to connect to MongoDB with reactivemongo in my play2 application

When working locally I have no problem testing my application by calling: http://localhost:9000/r/123 method: def showSurvey(id: String) = Action { implicit val reader = Review.ReviewReader ...
0
votes
0answers
27 views

play anorm, create a model from json without passing anorm PK value in the json

object Users { implicit object UserReads extends Reads[User] { def reads(json: JsValue) = JsSuccess(User( Id((json \ "id").as[String].toLong), (json \ "name").as[String], ...
1
vote
1answer
30 views

Internationalization for user defined input

I'm trying to build a localization for user defined input. Example: a user could define categories like soccer but in several languages. The model entity could have a filed something like this: ...
2
votes
0answers
66 views

Play Framework 2.1 : Performance issue with play.libs.WS

I have a Play 2.1 Java webservice, that calls another webservice. My service serves JSON made with transforming the XML response of the other webservice. Initially , I was using a Jersey-Client lib ...
0
votes
2answers
74 views

Getter/Setter translation in Play Framework 2

Play Framework 1 had a great feature where directly assigning a value to a model property was automatically translated into a function call at runtime. Here are the docs. For example model.fullname = ...
-3
votes
2answers
50 views

Getting Path Parameters in Scala/Play Framework

I would like to get the parameters from the URI , as an example : tracks/123 How can i implement this in Scala/Play Framework ? All i want to get is 123 here. After reading the API Here is my code : ...
0
votes
1answer
40 views

Can I use multiple instances with one file logger?

I am using play file logger in multiple files like below: Class1.java private static ALogger logger = Logger.of("myAppLogger"); public void someMethodOfClass1() { logger.info("This is Class1"); } ...
-1
votes
0answers
39 views

Button Actions in Scala/Play framework

I am having trouble with button actions in scala/play framework. the error code is :object hello is not a member of package views.html but i have hello.scala.html in my views folder. Here is my code ...
1
vote
1answer
40 views

Is there way to work with separated Play! 2 libraries in another scala project?

I want to use some of the Play2 libraries (for example, Json API and WS API) in separate scala project. Is there any way to add libs to a libraryDependency list at built.scala. Or may be I need to do ...
-1
votes
1answer
60 views

Creating Instance of Java Class in Scala / Play Framework [closed]

I have java class called RestSuperTrackClient , i am trying to create a instance of it in scala/play by using var client = new RestSuperTrackClient("http://something.will.find.out.later.com"); ...
0
votes
1answer
33 views

unresolved dependency org.mongodb#bson#2.5, bad organisation in sbt

I'm trying to use "org.apache.mahout" % "mahout-integration" % "0.7" as a dependency inside my play2 based web application. [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: ...
2
votes
1answer
72 views

how to insert data into database using play framework and scala

hi I am using play framework and scala. insert userprofile data into database is not working. the sign in and signup functions are working and the database insertion and connection ...
0
votes
1answer
78 views

Play 2.1 Scala JSON parsing harder than Jerkson?

With Jerkson, I was able to parse a String containing a JSON array, like this: com.codahale.jerkson.Json.parse[Array[Credentials]](contents) where contents was a String containing the following: ...
2
votes
2answers
35 views

Models not being saved in Play Framework

Assume a model named User: @Entity public class User extends Model { @Id @Constraints.Min(10) public Long id; @Constraints.Required public String username; ...
0
votes
0answers
26 views

Cannot deploy play-tutorial to Heroku

I am trying to do exactly what tutorial said but I keep having this error. The tutorial was the very first to-do. (So the source is exactly same than in here) [info] [SUCCESSFUL ] ...
0
votes
2answers
53 views

Can I use Play 2.1 Template Editor and autocomplete for HTML?

Is there any way to use the Template Editor and some HTML editor at the same time? I would like features like autocomplete for HTML in the Template Editor, or even CSS autocomplete. I am currently ...

1 2 3 4 5 88