I\'m using FlexJSON(but I\'m open to other libraries) and I want to manually build a json array.I have certain things that I need to add that are not part of the model that is being serialized.For ins
How are people writing builds for their Play applications? I understand that you can run play auto-test on the command-line, however, I would like to do a bit more than just execute the tests.
How to define every five minutes to run jobs in the play.jobs.every class ,it define an example every(\"1h\") to run开发者_如何学编程 job every hour,bu i want to run every 5 minutes,how to define thi
I\'ve exported play framework 1.2.1 in my user folder, inside \"play-framework\" and I\'m now trying to run the script but I can\'t get it to.
I upgraded to Play 1.2.1 this morning so I could make use of their new asynchronous programming with HTTP features.
I have a java.sql.Time field in a model that I\'m trying to populate from a form submission. Whatever format it\'s expecting for those values isn\'t the one(s) I want to use, validation always results
Here is the BlogPost model : @Entity @Table(name = \"blog_posts\") public class BlogPost extends Model {
It is possible to use \"AND\" while querying for Objects in Entity like Post.find(\"byTitleLikeAndAuthor\", \"%hello%\", connectedUser).fetch();
I would like to use Eclipse as IDE for a Scala web application using Play Framework. I downloaded Eclipse 3.6.2. Then I installed Scala IDE 2.0 (beta) for Eclipse. I downloaded Play Framework 1.2.2R开
I need to run the play framework application on tomcat. i just made ./play war ganshla-ganshla -o ROOT.war --%production