FrontPage
英文版: http://zope.org/Documentation/Books/ZDG/current/ObjectPublishing.stx
- +1 Introduction
- 本书的定位:开发人员。各章节内容介绍。
- +2 Components and Interfaces
- Zope3将是一个组件的世界。Zope2并不一定需要接口,本章作用不大。他主要介绍了一个组件模型。
- +3 Object Publishing
- 对象发布的细节,如果要写高级的Product,这一章需要吃透。如何通过HTTP/FTP/WEBDAV/XMLRPC等方式发布一个对象。
- +4 Zope Products
- 这一章必须得详细看看!ZClass是这章的基础。
- +5 ZODB Persistent Components
- 对ZODB的操作,很少用的。
- +6 Acquisition
- 这章有必要仔细看,一些函数还是经常使用的。
- +7 Security
- Zope的安全API,太复杂了,据说ZOPE3会改成一个配置文件的。
- +8 Testing and Debugging
- 测试和除错。
- +9 Appendix A - Zope Core Permissions
- zope核心权限的定义
- +10 Appendix B - Zope Directories
- zope目录介绍,噢,怎么在这里!
- +11 Zope Development Gotchas (User Contributed)
- 用户贡献区
- +12 Errata (for future versions)
- 勘误
From doubleL Tue Mar 2 10:21:25 +0800 2004 From: doubleL Date: Tue, 02 Mar 2004 10:21:25 +0800 Subject: write() Message-ID: <20040303022125+0800@www.czug.org>
