forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Guillaume Bort edited this page Nov 18, 2012
·
97 revisions
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.
- Installing Play
- Creating a new application
- Anatomy of a Play application
- Using the Play console
- Setting up your preferred IDE
- Sample applications
- Security policy