Play Framework
Sign in to saveOpen-source web framework written in Scala
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
Article · 日本語
Play Framework(プレイ・フレームワーク)は、ScalaとJava言語で書かれたオープンソースのWebアプリケーションフレームワークである。Model View Controller (MVC) アーキテクチャを採用しており、設定より規約やホットリローディング、エラーのブラウザ上への表示といった方針により、開発者の生産性を上げることを目的としている。 Scala言語のサポートはバージョン1.1より行われていたが、バージョン2.0ではフレームワークのコア自体がScalaにより書き直されている。ビルドとデプロイメントにもScalaベースのビルドツールであるsbtが使用されており、テンプレートエンジンも以前のGroovyの代わりにScalaが採用されている。
Abstract from DBpedia / Wikipedia · CC BY-SA