I have controller with render(messages); And i have route GET/Application.index I want to implement some rest features, and add this route
I\'m trying to install secure module in playframework, I tried with http://www.playframework.org/documentation/1.2.2/secure but Secure.class isn\'t found
I\'m trying Play Framework, now I have this situation: I have a SuperUser who is a Person with power, and I want to do this Persona entity like FK and so like primary key for SuperUsuario entity, now
I have something like the following- Woman.java ... @Entity public class Woman extends Model { public static enum Outcome {
Previously I have only used the Scala templates, but now am I using Java and the Groovy templates. I find it hard to understand the Groovy templates.
Play framework doesn\'t support the servlet specification, nevertheless among it\'s deployment options there\'s the possibility to package the whole app in a war file and deploy it to any servlet cont
I have fully isolated this problem to a very simple play app I think it has to do with some DB caching, but I can\'t figure it out
I sometimes move my source files from one package to another during refactoring. After I move them, Eclipse with play plugin cannot find the classes. I have to manually fix each and every import state
For more dynamism, I would like to add a random part on my app. Here is what I would have done in other techs, and what is not working in play :
As far as I learned there is no possibility to write 开发者_如何学JAVAdirectly to the filesystem on GAE.