Differences between revisions 1 and 2
Revision 1 as of 2008-08-27 11:14:16
Size: 956
Editor: lizzie
Comment:
Revision 2 as of 2008-09-23 15:31:04
Size: 954
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
##OBP项目图书reST通用文章模板
###format rst
#pragma section-numbers off
Line 8: Line 7:
== Quixote ==
=== 概述 ===
##startInc
= PCS307 Quixote =
== 概述 ==
Line 12: Line 12:
=== 特性介绍 === == 特性介绍 ==
Line 22: Line 22:
##endInc

status

草稿

清风; 100%

TableOfContents

PCS307 Quixote

概述

Quixote 是老牌的Web开发框架,以稳定和性能著称,目前国内最大的应用案例就是douban.com

特性介绍

  1. pythonic. 就连模版(ptl)都是python. 用
    • """<h3>%s</h3>""" % mytitle

    • 之类的。zope不行, webware太像jsp.
  2. restful. 看看这页的url就知道了。这点quoxite简单灵活地帮你实现了。
  3. robust. quixote是经过大规模实际应用检验的,不是漂亮的玩具。这点CherryPy不行。用quixote的时候你的注意力大部分在要实现的内容上,framework不会拦在中间跳来跳去。不过如果你需要模版设计和后台分家, 由非程序人员进行复杂的模版调试的话,quixote可能不太适合。

-- 清风 DateTime(2008-04-25T14:33:00Z)

ObpLovelyPython/PCS307 (last edited 2009-12-25 07:14:10 by localhost)