Reputation: 10667
There is virtually no documentation available for models in the Play! framework, particularly for Scala. What little is available is for Java or is outdated.
Are there any resources explaining how to write models in Scala for Play!?
Upvotes: 1
Views: 109
Reputation: 16439
I believe the Anorm documentation is quite clear. Complement it with the code in the Samples folder of Play Framework and all the Anrom related questions in Stack Overflow.
Upvotes: 1