先后接触了j2ee django tornado play2,感觉play2优点很多,兼有rails、强类型、内置性能netty不错的,就是scala、sbt学起来不那么酷
为什么tornado就不能搞成fullstack呢?搭配起来确实很费神,不能拿来即用,快速成型。
为什么tornado就不能搞成fullstack呢?搭配起来确实很费神,不能拿来即用,快速成型。
1
zhicheng Jan 16, 2015
作为 tornado 的 contributor ,就喜欢它的轻量,自带 Server 。开发,修改,部署都很简单。
|
2
incompatible Jan 16, 2015
在annotation流行的年代 play还在使用convention over configuration
这我实在理解不了 |
3
acdea4effdbb420d Jan 16, 2015
annotation是什么东西能指点我去学一下吗?annotation比起convention over configuration高明到哪里去了?
|
4
mqingyn616 Jan 16, 2015
|
5
wingyiu OP @incompatible annotation也是一种约定啊
|
6
yakczh Jan 16, 2015
annotation 跟python的 decorator 有什么不同?
|
8
crazybubble Jan 19, 2015
@yakczh annotation本身只用做标记,annotation要加上AOP才能实现像python decorator那样的功能
|