playframework
How to Stop running singleton class multiple times in play framework
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[详细]
2023-04-13 06:28 分类:问答How to import playframework sources into eclipse?
After cloning playframework from github and importing java sources into eclipse there are a lot of build errors shown.[详细]
2023-04-12 20:32 分类:问答Error with the .class location when building a WAR for a Play! framework application
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.[详细]
2023-04-12 15:36 分类:问答REST API (xml and json) formating with Play Framework
I have a simple model class with several attribut. @Column(length = 50, nullable = false) @Required @MaxSize(50)[详细]
2023-04-12 08:11 分类:问答How Play Framework can make it possible to deploy web applications that runs faster than traditional Java frameworks?
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[详细]
2023-04-12 05:43 分类:问答Play Framework messages in controller
How can I access a value from the \"messages\" file in a controller? For example, in my \"messages\" file:[详细]
2023-04-12 05:22 分类:问答How can I cascade delete a collection which is part of a JPA entity?
@Entity public class Report extends Model { public Date date; public double availability; @ElementCollection[详细]
2023-04-12 03:24 分类:问答PlayPlugin onApplicationStart does not work
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.[详细]
2023-04-12 03:23 分类:问答play framework dependecies
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.[详细]
2023-04-11 22:02 分类:问答Play Framework config value in view
How can I access the value application.name开发者_运维技巧 from conf/application.conf in a view?You can use following code sample to do so:[详细]
2023-04-11 20:37 分类:问答