码农一个,主要作客户端(android)。 java
1.为何会作web application的blog呢? mysql
我无聊了,能够吧。 react
2.为何要选择Play Framwork? android
由于看到目前公司有用这个框架,就理所固然的学习下。 git
3.这个系列准备更新到什么程度? github
初步计划是能作到一个小型的用户咨询类web application。主要功能有:用户注册登陆注销,资讯展现,资讯评论,资讯收藏。客户端作展现。 web
要是某天连续好久(7days)没有更新了,估计我被生活埋没了,那个时候就但愿同道给个鼓励哈。 sql
last: 凡全部相,皆为虚妄。念念不忘,必有回响。 数据库
本次设计到的代码,配置文件都在github上,地址以下:https://github.com/pgq10240817/PlayNews segmentfault
Play全称是Play Framework,官网(https://www.playframework.com),是有1名叫作 Guillaume Bort(https://twitter.com/guillaumebort)在2007年创造的,到目前为止经历了1.x、2.一、2.二、2.三、2.4(2015.9)版本.因为当时GB工做在Zenexity(法国巴黎),因此目前这个项目是由Zenexity公司运营(?有待考证)。
Play是一个高效率的java&salce(http://segmentfault.com/q/1010000000671822) web应用框架,集成了当下流行的开发的组件(我真的不知道是什么???) 。
Play的特性有:lightweight、stateless、web-friendly 、最低资源消耗(这个官网没有数据?只能王婆卖瓜了)。
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.
凡原本楼主最开始是下载2.4 开始进行环境搭建的,发现这货和以前的版本彻底是2个不一样的东西啊,彻底不一样的,你为何不更新到3.0啊。后面楼主下载的版本是2.2的https://www.playframework.com/documentation/2.2.x/NewApplication 因此之后因此的版本都是基于这个版本开始进行web application的开发啦。。。。
如何学习分为6个阶段: