I am new to using the Play! framework and was following the tutorial on their site and I got the following error in the console while trying to run the program.
I have developed 2 applications with Play Framework, accessing different information, so it does not make sense to merge then as a single app.
The Play framework\'s Yet Another Blog Engine example has a Post class with children Comments: // Post.java
I have a model like this: package models; @Entity public class Order extends Model { @Entity public static class Line extends Model
I\'m using the Play! Framwork with the standard Secure module. What i am seeing, is when a user logs in, and checks remember me, everything works fine. If they close the browser window, re-open and go
I\'m working on building my first Play module. 开发者_如何学GoI used another module as an example and created a Plugin.java class to serve as my main interface. I can access the methods on this class
I have two models, Item and ShopSection. They have a many-to-many relationship. @Entity(name = \"item\")
I\'m using renderJSON(Object) to return some objects as JSON values, and it\'s working fine except for one field.Is there an easy way to add in that one field without having to ma开发者_StackOverflow社
I saw the Akka module\'s description says that Play has great Comet support, but I\'ve never used Comet before and I can\'t find any mention of it in 开发者_C百科Play\'s documentation.How does it work
I am using playframework with a legacy SQL Server 2008 database that has data stored in XML columns. I would like to be able to access the XML from the java object as a String. I tried simply declarin