I have a singleton class in my play app. This singleton class is a long process which will generate reports from DB which consumes huge amount of memory. When i run my application in dev mode this sin
After cloning playframework from github and importing java sources into eclipse there are a lot of build errors shown.
I\'m working on a 1.2 Play! framework application, and I have a problem when deploying it as a WAR on a Tomcat 6.
I have a simple model class with several attribut. @Column(length = 50, nullable = false) @Required @MaxSize(50)
Play Framework does not follow Java Servlet specification. I am trying to understand how this enables web application developed with Play Framework run faster than if the sam开发者_如何学Ce applicatio
How can I access a value from the \"messages\" file in a controller? For example, in my \"messages\" file:
@Entity public class Report extends Model { public Date date; public double availability; @ElementCollection
I try to write a small playframework-module and a plugin in it, and want be sure that it will start when I\'m starting up the application.
I am frequently gettin开发者_如何学Cg below error when I do the\'play dependencies\'. I am using play 1.2.2and morphia 1.2.3dIt is able to resolve morphia dependency, but throwing below error.
How can I access the value application.name开发者_运维技巧 from conf/application.conf in a view?You can use following code sample to do so: