Hi I\'m follow the changes of the playframework with an rss-feed o开发者_如何学Pythonn lighthouse
I\'m learning Hibernate and Play framework (also add Java into account...). I\'m having problems saving this kind of entity
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
At th开发者_如何转开发e moment I\'m working with a team on a Play! Framework app. With the next user story, I have to implement some different file modifications, such as moving a file to a defined di
I\'m trying to do a JPA query from a view template but it\'s not working (I\'ve verified that there are records using phpMyAdmin).I know this should normally be done through the controller and passed
The documentation isn\'t very clear on this.Can someone illuminate the differences between these two?
In the Play getting started docs, they show this controller: public static void index() { Post frontPost = Post.find(\"order by postedAt desc\").first();
I built a Play app and tried to deploy on weblogic using the following commands: play war -o myApp myApp
Trying to create an object from an HQL query, but just can\'t figure out what i\'m doing wrong. Query:
In play you always follow the Redirect-After-Post-Pattern if you call from a public-method of a controller. This is in most cases a good behavior, but sometime it could be nasty.