
The Play! Framework is a modern Java (and Scala) web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks. Play has two version Play 1.x (Java & Scala) and Play 2.x (Java & Scala). The two versions are quite different, so be aware of which version you are working with before asking questions. Most users use the playframework-1.x, playframework-2.0, or playframework-2.1 tags in addition to this tag to specify which version they are interested in.
- Play documentation (including FAQ)
- Discussion forum (Google Groups) for discussion that's not appropriate here
- Community links - other ways to interact with the Play community
Play 1.x Resources
- Source code - source code on GitHub
- First tutorial - tutorial on how to use PlayFramework
- Play framework book - first book on how to use Playframework
- Play framework cookbook - Recipes to leverage advanced concepts of the Play framework
- Modules repository - Play framework modules repository
Play 2.x Resources
- Source code - source code on GitHub
- Scala Tutorial - your first Play application in Scala
- Java Tutorial - your first Play application in Java
- Play Framework Java Book - Play 2 for Java book
- Play Framework Scala Book - Play 2 for Scala book