How do I bind a enum from my Model to a static parameter in my routes definition? Example (made up): Model:
I\'m working on a browser game with the play framework, and I definitely need longpolling, but I don\'t quite understand how to use it. WebSockets would be perfect for this, but it\'s not supported by
I have the following code: @(data: model.FrontPageData, list:List[model.FrontPageData])( implicit params:play.mvc.Scope.Params,
Hello guys can anyone help me, I\'ve generate my play app with this command play war mainindonesia -o ROOT --zip
I am new to playframework. I\'m planning a big project which will be exposing number of endpoints for other applications so that they can integrate with it; Do we have any extensions or libraries l开发
I\'m trying to get the Play! server listen to a single domain name instead of all domain names that are configured for this server.
I\'m no pro with Java, so I need a little help. I\'m using the Play Framework. I have an Entity class which extends GenericModel with fields like the following:
and the second question: is it possible to run them all in a bunc开发者_StackOverflow社区h through Eclipse?One approach could be, Install \'antify\' module and run \'play antify\' on your application
I need to bind a Date using the milliseconds representation in a controller (i.e. milliseconds from 01.01.1970). I tried using @As(\"S\") but had no success, it fails as soon the value is at least 100
I am building a project using the Play framework and I am having trouble getting my head around JPA @OneToOne relationships.