Skip to content
EntityQ3392101· pop 14· linked from 168 articles

Play Framework

Sign in to save

一种用Scala编写的Web应用框架

Official website

Play Framework - Build Modern & Scalable Web Apps with Java and Scala

Play Framework - The High Velocity Web Framework For Java and Scala

playframework.com

Link to the official site · 40,000 chars · not written by Vinony

Source code

The Play Framework combines productivity and performance making it easy to build scalable web applications with Java and Scala. Play is developer friendly with a "just hit refresh" workflow and built-in testing support. With Play, applications scale predictably due to a stateless and non-blocking architecture. By being RESTful by default, including assets compilers, JSON & WebSocket support, Play is a perfect fit for modern web & mobile applications. If you find Play useful for work, please consider asking your company to support this Open Source project by becoming a sponsor . You can also individually sponsor the project by becoming a backer . Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at

Excerpt from the source-code README · 7,915 chars · not written by Vinony

Wikidata facts

Instance of
web framework
Official website
www.playframework.com
Show 7 more facts
programmed in
Scala
software version identifier
3.0.9
social media followers
22349
source code repository URL
github.com/playframework/playframework
software quality assurance
continuous integration
Sources (5)

via Wikidata · CC0

Article · 中文

Play Framework是一种用Scala编写的Web应用框架,其遵循模型-視圖-控制器(即MVC)。Play Framework使用Scala編寫,並可以被編譯成Java虛擬機器位元組碼中的其他編程語言使用;例如Java語言。其旨在通過建立一個「約定優於配置」、「熱碼重裝」,以及「在瀏覽器中顯示錯誤」來優化開發人員的工作效率。 自1.1版本後,該應用框架就已經可以支持Scala編程語言。在2.0版本時,該應用框架的核心部分又以Scala重新編寫;構建和部署工作已遷移到SBT;使用的也不再是Groovy,而是Scala。

Abstract from DBpedia / Wikipedia · CC BY-SA