Developer(s) | Community |
---|---|
Initial release | 2007 |
Stable release | 3.0.3[1]
/ 7 May 2024 |
Repository | Play Repository |
Written in | Scala |
Available in | English |
Type | Web application framework |
License | Apache License 2.0 |
Website | playframework |
Play Framework is an open-source web application framework which follows the model–view–controller (MVC) architectural pattern. It is written in Scala and usable from other programming languages that are compiled to JVM bytecode, e.g. Java. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser.[2]
Support for the Scala programming language has been available since version 1.1 of the framework.[3] In version 2.0, the framework core was rewritten in Scala. Build and deployment was migrated to SBT, and templates use Scala[4] instead of Apache Groovy.