
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那样的功能 |