Differences between revisions 6 and 17 (spanning 11 versions)
Revision 6 as of 2004-08-15 23:22:08
Size: 1561
Editor: Zoom.Quiet
Comment:
Revision 17 as of 2004-08-22 20:09:43
Size: 2779
Editor: hd
Comment: 加入todo list
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

attachment:ottertwo.gif

开发团队:["Zoom.Quiet"]、["zhaoxin"]、["HD"]
Line 18: Line 22:
 * ["/OtterTemplet"] 以Python脚本为解析目标的易用模板模块
Line 22: Line 27:
= 开发知识 =
 * [http://www.webwareforpython.org/Papers/Templates/ Python-based Template Packages] -- Python 的模板模块
 * '''XML'''的大量应用!
   * [http://220.248.2.35:7080/share/zqupload/tutorials/XML/ XML学习资料收集]
     * [http://220.248.2.35:7080/share/zqupload/tutorials/XML/XMLandUsage/ XML语言及其应用]ppt
     * [http://220.248.2.35:7080/share/zqupload/tutorials/XML/using.xml.schema.(2001)/Front%20matter.htm using.xml.schema].(2001)
     * [http://220.248.2.35:7080/share/zqupload/tutorials/XML/The%20XML%20Schema%20Complete%20Reference%20(2002)/Front%20matter.htm The XML Schema Complete Reference](2002)
Line 25: Line 38:
= TODO List =
 * 为otter加入变长字段的支持
 * 为otter tools寻找一个最为合适的模板方法
 * 为otter tools寻找一个最为合适好用且通用的xml解析工具
 * otter tools的IDE嵌入开发
Line 26: Line 44:
= 发布 =
 * [http://cvs.woodpecker.org.cn/cgi-bin/viewcvs.cgi/?cvsroot=otter#dirlist CVS仓库]
Line 30: Line 50:
 * otter与otter tools的关系及实现讲义 attachment:otter_and_tool_0821.ppt

Otter 水獭(基于twisted的高速、可扩展性二进制流框架)

attachment:ottertwo.gif

开发团队:["Zoom.Quiet"]、["zhaoxin"]、["HD"]

-- hd [DateTime(2004-08-14T01:17:55Z)] TableOfContents

前言

Otter的来源是在为PyUSS书写测试程序时的小框架,因为在网络应用中会大量使用基于TCP的二进制流通信,所以将这个小框架正式变为一个独立的项目,成为以后相关应用的开发基础。

目标

面对Twisted 完善的网络应用开发框架组织,我们灵机一动,将 Twisted 最典型,最基础也最灵活的 二进制流TCP 传输应用,通过简单的XML模板来自动生成,将会极大的规范化,标准化,可控制化网络应用的快速开发!

子项目

  • ["/OtterBase"] 二进制流通讯框架

  • ["/OtterTool"] 二进制流通讯协议、报文、应用框架工具

  • ["/OtterTemplet"] 以Python脚本为解析目标的易用模板模块

开发基础

  • python 跨平台、易使用的开发语言
  • twisted 基于python的高可用性、高可扩展性、高性能的网络框架

开发知识

使用手册

  • ["XMLSpyHowto"] -- 强力XML.XSL.XSLT等等设计开发环境!

TODO List

  • 为otter加入变长字段的支持
  • 为otter tools寻找一个最为合适的模板方法
  • 为otter tools寻找一个最为合适好用且通用的xml解析工具
  • otter tools的IDE嵌入开发

发布

讨论·广告

  • 精巧的思想,简单的表现,丰富的应用!

  • Otter! 快速架设稳定网络应用大坝的 水獭 !

  • otter与otter tools的关系及实现讲义 attachment:otter_and_tool_0821.ppt
  • 建议使用 RELAX NG 来更加精确的验证 XML, 提供伪脚本工具,通过类似Py 风格的脚本来自动生成合理的 XML,这样当 Otter Schema 升级时,也更加容易兼容原先的 XML!

Otter script--(OtterXML builder)-->Otter XML --(Otter engine)--> Twisted Python acript

Otter (last edited 2009-12-25 07:14:51 by localhost)