You are viewing the documentation for the 2.1.1 release in the 2.1.x series of releases. The latest stable release series is 3.0.x.
§Play 2.1 documentation
Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.
Play is based on a lightweight, stateless, web-friendly architecture and features predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications thanks to its reactive model, based on Iteratee IO.
§Getting started
- Installing Play
- Creating a new application
- Anatomy of a Play application
- Using the Play console
- Setting up your preferred IDE
- Sample applications
- Security policy
§Working with Play
§Detailed topics
- The Build system
- Working with public assets
- Working with the in-memory H2 database
- Managing database evolutions
- Configuration file syntax and features
- Deploying your application