Search Discussions
-
Dear community, I am used to use Java and would like to avoid having to deal with Scala issues. Play 1.x seems to be an impressive framework, clear and straight. But I am not sure, whether I waste my ...
Frederik Widenstern
Dec 14, 2012 at 12:15 am
Jan 21, 2013 at 6:25 pm -
If so, I'd appreciate looking at any code you'd like to share that interfaces PayPal IPN with Play 2.x and Scala. The best example I have found so far is ...
Michael Slinn
Dec 24, 2012 at 11:48 pm
Mar 13, 2013 at 11:04 pm -
Hello, I am trying to on-the-fly generate and stream a zip file. I have the following code in my controller: public static void downloadFileZip(String hash, String name) { if ...
Erin Drummond
Dec 26, 2012 at 2:34 pm
Dec 28, 2012 at 10:30 pm -
Hi I am exploring Play 2.0 (actually 2.1RC1 because I expect that to be released before my project). I noticed that the documentation claims that all HTTP handlers should be non-blocking. However in ...
Baldur Norddahl
Dec 30, 2012 at 7:42 pm
Jun 10, 2013 at 5:11 am -
Strange, I just created a brand new, out-of-the-box application using `play new wombat`, did the `eclipse with-sources=true` and I'm getting a bunch of errors in Eclipse. All errors look kinda of ...
Andy Czerwonka
Dec 14, 2012 at 11:52 pm
Dec 26, 2012 at 7:05 pm -
Hi, I'm testing if I could use Play framework on my next project. I also wanted to test/learn new Java 8 lambda expressions. It looks like if I use lambda expression in my code I always get this ...
Arek Stryjski
Dec 30, 2012 at 1:48 pm
Apr 7, 2014 at 2:56 pm -
I'm trying to test a form posting controller, but coming up blank. The code that calls the test: val k = FakeRequest("POST", s"/message/create/${parentMessageId}").withFormUrlEncodedBody( ("message", ...
Alex Turner
Dec 30, 2012 at 1:47 pm
Jun 27, 2013 at 4:48 pm -
I am getting a class not found exception when my encryption key manager is attempting to load in 2.1 RC1. In 2.0.4 I modified the ebean plugin to load the ebean properties file, essentially the ...
Cameron Ingram
Dec 11, 2012 at 12:30 am
May 7, 2013 at 10:12 pm -
I've something that I don't understand about the documentation for splitting the route ...
Bertrand
Dec 10, 2012 at 3:47 pm
Jan 24, 2013 at 12:38 am -
After lots of trial and error, I managed to build the latest source with Scala 2.10 RC5 using the following option - ./build -Dplay.version=2.1-12142012 However, after I have created a new project ...
Chungonn
Dec 17, 2012 at 2:14 pm
Jan 4, 2013 at 4:32 pm -
Historically, Play was born because compiling/packaging/deploying/reloading was a painful process. The (successful) idea was to ship a server and a compiler along with a lightweight library, in fact ...
Raffaele Sgarro
Dec 20, 2012 at 4:54 pm
Dec 23, 2012 at 8:47 pm -
I am suddenly seeing errors like below. Only change was switching from SVN to git. Any ideas? [error] play - Cannot invoke the action, eventually got an error: java.lang.IllegalArgumentException ...
Kevin Bowling
Dec 16, 2012 at 9:06 am
Dec 19, 2012 at 1:24 am -
I use IntelliJ, make sure you use with-sources=yes when running the play idea command, but it all works really well for me. --
James Roper
Dec 10, 2012 at 12:11 am
Dec 17, 2012 at 6:42 pm -
Hello everyone, I am stuck with Play 2 and Iteratees. I implemented a Play 2 application for file upload via HTML form. Once the file is uploaded, the application checks the file's meta data. As the ...
Florian Heinisch
Dec 18, 2012 at 5:00 am
May 14, 2014 at 10:58 pm -
Hello, I run into problems with porting my JSON code to 2.1 from 2.0.4. I managed to narrow it the situation where I have a possible culprit - an option of another deserialized type, and The exeption ...
Marcin Bablok
Dec 14, 2012 at 12:15 am
Jan 5, 2013 at 10:22 pm -
Could you show an example of using this? I tried it but not working and found no documentations mentioning this at all. --
Angeloh
Dec 10, 2012 at 10:03 pm
Feb 21, 2013 at 8:33 pm -
Hi Guys, Well I haven't had much luck with my previous posts here (still have 4 without reply :( ) ... but hopefully this one will fair better :) . I am wondering how people have handled doing forms ...
Paul Smith
Dec 26, 2012 at 8:55 pm
Dec 27, 2012 at 5:52 pm -
Hi All Im trying to come to grips with not having a server side store (session) and need a little help. Im am going to serve some json data to the browser via Play but the data is coming from a ...
Me Self
Dec 20, 2012 at 3:32 pm
Dec 22, 2012 at 7:56 am -
Hi all, I'm evaluating using Play 2.1 to dev an app that has to broadcast data updates from about 100k to 1m users. The app is to follow a live sports match. My question is: How well Play could ...
Ariel Scarpinelli
Dec 19, 2012 at 1:24 am
Jan 27, 2013 at 10:08 pm -
Hey, I'm searching for a way to create custom errror messages. Unfortunately seems the way written in the documentation to be wrong. http://www.playframework.org/documentation/2.0.4/JavaGlobal If I ...
Flp
Dec 17, 2012 at 2:01 am
Jan 6, 2013 at 9:38 pm -
Having shifted my project from 2.04 to 2.1-RC1 it does not compile in IntelliJ any more (SBT plugin, Play 2 plugin, Scala ... all there). Play Home Directory is set to ..../play-2.1-RC1 Working ...
Volker Hatz
Dec 20, 2012 at 8:24 am
Dec 30, 2012 at 1:47 pm -
Hi, I was just reading up on some other threads about this and its suggested that its not possible to do this in Java? Is that correct? Thanks, Adam --
Paul Smith
Dec 9, 2012 at 2:35 pm
Dec 27, 2012 at 1:36 am -
Hi. I want to post a small file with WS. I can't figure it out from docs. Can anyone provide a code snippet that does it please? Thanks Tim --
Tim P
Dec 19, 2012 at 1:19 pm
Dec 22, 2012 at 2:02 pm -
Hi Guys, I am having some trouble with the requirejs implementation, where in dev mode all modules can be found, but when running dist it seems to be not respecting the paths I have setup. Here is ...
Paul Smith
Dec 18, 2012 at 1:58 pm
Jul 17, 2013 at 8:31 pm -
When I try to run debug directly from Idea 12 (with play2 plugin enabled), debugger and colsole windows open just like they should, but execution does not stop at any of the breakpoints and I get to ...
Alexey Danilov
Dec 19, 2012 at 9:50 pm
Jan 8, 2013 at 7:58 pm -
Hi everyone, We are running the application in core java with quartz job scheduler(add/update/delete jobs). Now we are moving it to play framework(with akka distribution), so i want the help ...
Raju Bishnoi
Dec 27, 2012 at 12:04 pm
Jan 7, 2013 at 4:04 pm -
I verified that the request if getting to play by wiring up the debugger. You can hit the url listed in the html if you want to pull the json yourself . ...
Shane Blaser
Dec 30, 2012 at 1:47 pm
Dec 31, 2012 at 12:05 am -
Hi Scala is telling me I have feature warnings and I should use the -feature flag on the compiler. How do I do this from Play? --
Tim P
Dec 22, 2012 at 5:36 pm
Dec 30, 2012 at 1:56 pm -
Has there been a fundamental change in the way FakeRequest works between versions? Previously it seemed the content object was passed through directly. Is it now translated into a writeable and ...
Tim P
Dec 21, 2012 at 5:43 pm
Dec 23, 2012 at 9:27 am -
Hi all, I'm currently writing tests for an application I'm working on, but in order for some of the tests to work correctly, I need to be able initialize the Global.java extension of GlobalSettings ...
Thomas Wilson
Dec 12, 2012 at 8:27 pm
Dec 19, 2012 at 1:27 am -
Play 2.0 Framework....Get the hell out...for real. Nothing is more frustrating than trying to debug something whose error messages never make sense. This framework is fickle at best. Change one ...
Buffonomics
Dec 17, 2012 at 5:52 am
Dec 17, 2012 at 10:38 pm -
Hi, yesterday my text projects worked fine. Today I get this error *[error] org.jboss.netty.channel.ChannelException: Failed to create a selector. [error] Use 'last' for the full log. * Don´t know ...
André Schmidt
Dec 17, 2012 at 5:47 am
Dec 17, 2012 at 2:53 pm -
I am tinkering with the todo tutorial as described on the Play! website (scala), and thought I'd add a new field called dueDate for a given task. def newTask = Action { implicit request = ...
Jeff Bowman
Dec 10, 2012 at 12:12 am
Dec 14, 2012 at 3:38 am -
Hi James and Nick, Yes, I managed to find where this bug come from (it is in the Iteratee library indeed). I'm currently working on it with Sadek to fix this in a proper way. something. If you did ...
Stéphane Godbillon
Dec 10, 2012 at 2:13 pm
Dec 26, 2013 at 4:30 pm -
Hi A while ago I made SecureSocial compile (and work, I hope, but I don't use many parts of it right now) with Play 2.1-RC1, and the new Scala Futures. (And I factored out code to a certain ...
KajMagnus
Dec 19, 2012 at 3:16 am
Feb 19, 2013 at 10:25 am -
Play 2.1 RC1 Hello, I am trying to get running with the latest RC. I've also cloned the project from github and tried that as well. Yes, I did: $ cd framework/ $ ./build and that didn't even ...
Steven Elliott
Dec 30, 2012 at 1:48 pm
Feb 18, 2013 at 5:39 pm -
Hello, Could you give me the equivalent of this code in 2.1 : def index = Action { val promiseOfInt = Akka.future { intensiveComputation() } Async { promiseOfInt.orTimeout("Oops", 1000).map { ...
Oxman
Dec 30, 2012 at 1:48 pm
Jan 7, 2013 at 5:35 pm -
Hello Forks, Currently I'm in a team building restful APIs using Play! Framework 2.0. I feel it not DRY to define a whole routes set for each resource controller, and there are a lot of ...
Peter Fu
Dec 30, 2012 at 5:48 am
Dec 31, 2012 at 5:42 am -
Hi, I would like to know if I can execute code after I return the response to the user. In my API I need to send an email, but sometimes it takes a bit longer. I want to return the response to the ...
Diogo Figueiredo
Dec 23, 2012 at 8:47 pm
Dec 27, 2012 at 5:13 am -
Hi, I need to use Cassandra ( though I am total noob regarding Cassandra) for a project with Play-2. I have not found any promising solution (or even article) for using Cassandra with Play-2 ( or ...
Sarvesh Kumar Singh
Dec 21, 2012 at 9:15 am
Dec 26, 2012 at 4:04 pm -
Hi, I'm new to Scala and writing my Controllers in Scala. From examples I've seen, I see how to do the @Before annotation to execute repeated code for every action. What is the equivalent in Scala? I ...
Suren Hiraman
Dec 18, 2012 at 5:00 am
Dec 19, 2012 at 2:35 am -
I have a class which represents posts in our system. Where a post might represent a question, document, image, etc. There are about 7 different types of objects the Post class can represent. Each of ...
Dave Lee
Dec 17, 2012 at 9:44 pm
Dec 19, 2012 at 1:54 am -
I created a new application and did every steps as the @documentation/RequireJS-support said, but faild to run this project, got message like : [error] java.lang.ExceptionInInitializerError [error] ...
Alex [email protected]
Dec 17, 2012 at 2:54 am
Dec 18, 2012 at 10:18 am -
Imagine a blog system with posts and comments. case class Comment(id:ID, postId:ID, title:String, content:String, ....) I think that there are two ways to process ids. Way #1 is to pass all ids as ...
Program%20Files
Dec 16, 2012 at 6:49 pm
Dec 17, 2012 at 12:07 pm -
I want to have an optional URL parameter. How do I do this? These are two potential options I'm thinking of. Or is it something else? GET /some-path @controllers.MyController.execute(optionalParam ...
Ben McCann
Dec 14, 2012 at 6:40 am
Dec 14, 2012 at 4:17 pm -
Hi, I've just been looking at the various, albeit confusing pull-requests & tickets for the inclusion of SSL/TLS in Play 2.0 and have managed to get the following understanding from it all, but would ...
Alex Jarvis
Dec 13, 2012 at 11:31 am
Dec 14, 2012 at 12:59 pm -
Why don't you want to write the Reads[ObjectId] ? Pascal --
Pascal Voitot Dev
Dec 11, 2012 at 8:05 am
Dec 11, 2012 at 7:37 pm -
Hi all, I have tried for the past several days to get a submodule containing a "models" package to be persisted. It seems like Play is not picking up models in submodules when using JPA. I made a ...
Jens Alm
Dec 9, 2012 at 11:24 am
Oct 24, 2013 at 2:03 pm -
I'm playing around with the 2.1-RC1 iteratee library with scala 2.10.0-RC5, and am running into an an annoyance. It seems like using Concurrent.unicast prevents the termination of the JVM. I've ...
Josh Gao
Dec 23, 2012 at 8:47 pm
Oct 14, 2013 at 2:20 am -
Nice then I am looking forward to the play 2.1 release. =) Am Samstag, 8. Dezember 2012 02:10:14 UTC+1 schrieb Eishay: --
Thomas Felix
Dec 9, 2012 at 2:22 pm
Jun 27, 2013 at 9:24 pm
Group Overview
group | play-framework |
categories | scala |
discussions | 332 |
posts | 891 |
users | 329 |
website | playframework.org |
irc | #playframework |
329 users for December 2012
Archives
- June 2016 (348)
- May 2016 (535)
- April 2016 (569)
- March 2016 (649)
- February 2016 (319)
- January 2016 (389)
- December 2015 (298)
- November 2015 (364)
- October 2015 (440)
- September 2015 (357)
- August 2015 (454)
- July 2015 (732)
- June 2015 (780)
- May 2015 (747)
- April 2015 (669)
- March 2015 (584)
- February 2015 (641)
- January 2015 (555)
- December 2014 (496)
- November 2014 (604)
- October 2014 (847)
- September 2014 (927)
- August 2014 (759)
- July 2014 (1,116)
- June 2014 (851)
- May 2014 (726)
- April 2014 (784)
- March 2014 (633)
- February 2014 (525)
- January 2014 (618)
- December 2013 (518)
- November 2013 (696)
- October 2013 (944)
- September 2013 (998)
- August 2013 (978)
- July 2013 (632)
- June 2013 (814)
- May 2013 (940)
- April 2013 (1,064)
- March 2013 (1,122)
- February 2013 (1,289)
- January 2013 (1,394)
- December 2012 (891)