欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Play framework
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→Eclipse) |
||
第4行: | 第4行: | ||
Play is an open source web application framework, written in [[Java]], which follows the model-view-controller architectural pattern. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser. | Play is an open source web application framework, written in [[Java]], which follows the model-view-controller architectural pattern. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser. | ||
+ | |||
+ | ==入门== | ||
+ | play new helloPlay | ||
+ | 选 1 Scala应用 或 2 Java应用 | ||
+ | cd helloPlay | ||
+ | play | ||
+ | [help] $ run 8080 | ||
+ | http://localhost:8080 | ||
==Eclipse== | ==Eclipse== |
2013年4月25日 (四) 06:43的版本
您可以在Wikipedia上了解到此条目的英文信息 Play framework Thanks, Wikipedia. |
Play is an open source web application framework, written in Java, which follows the model-view-controller architectural pattern. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser.
目录 |
入门
play new helloPlay 选 1 Scala应用 或 2 Java应用 cd helloPlay play [help] $ run 8080 http://localhost:8080
Eclipse
更多细节:Setting up your preferred IDE
图集
链接
分享您的观点