I am using the Scala play framework. For most of my pages I keep my HTML strictly within the view templates. For one page in particular though, I would like to be able pass through some XML I have gen
Let\'s assume a User class with theese fields : @Entity public class User extends Model { public String email;
I\'m trying to setup basic play scala application with Intellij IDE (v 10.5.1). I followed the instructions http://www.jamesward.com/2011/07/28/setup-play-framework-with-scala-in-intellij
I came across new play module and I would likeadd it in my existing play application. Is there any pla开发者_开发知识库y command associated for this action?Yes, there is a command for it.
I\'m trying to overwrite the default template for a view generated by the crud module, I\'v开发者_开发百科e been following this tutorial but when I run this command:
Using GSon, I\'d like to show the id of my model when transforming it to JSON. But I don\'t want all my model to have the id exposed.
I have a yaml file loaded by BasicTest.java in the t开发者_如何学运维est package, this creates the db data as expected in the h2 in memory db.When I move the BasicTest.java into a sub package, e.g. te
I need to add some logic to GenericModel by means of extending it, but I understand that Play uses generics to enhance t开发者_运维百科he GenericModel. What would be the right and most convenient way
I\'ve just downloaded the latest version of the Play Framework (1.2.3) and am using it with the latest Scala plugin (0.9.1) and the Google App Engine module (1.4).
I have added one condition 开发者_运维问答on my HTML page that is #{if userObject == null} <a href=\"/login\">Text</a>