I am using STS based on eclipe 2.6.2 and there is a scala plugin for eclipse http://www.assembla.com/wiki/show/scala-ide
When using Anorm I want to use a different table name for the User case class: object User extends Magic[User]().using(\"users\")
ref: http://www.lunatech-research.com/playframework-file-upload-blob I\'m uneasy about one point in this example
When using play-scala module, I write a Secure trait as the following: trait Secure extends Controller {
I\'m working on my first website with the Play! framework, and at one point I\'m calling this method when the user logs in:
I\'m using the Scala plugin for IDEA and normally, it works (almost) perfectly. However, it seems to have problem with the import stat开发者_开发问答ements for the Play framework: I often get the err
I\'m trying to save a record with JsonObjectField (using lift-mongo- record in Play framework) but it is empty in database collection.
Is it possible to have both java and scala controllers and views in play framework project when the project is 开发者_Python百科created with scala option?Yes, it\'s possible to mix Java and Scala in a
I need tocomment my code server side ( not rendered to client) in 开发者_如何学Goscala templates in play framework. What is the format of this tag?The documentation does not explicitly say, but as the
I\'m gonna try to explain my problemas well I can I have some user groups to manage user rights. Some users may be customers. There\'s a OneToOne connection between the user table and the customers t