Web Component Development with Zope 3
β Scribed by Philipp von Weitershausen (auth.)
- Publisher
- Springer-Verlag Berlin Heidelberg
- Year
- 2008
- Tongue
- English
- Leaves
- 560
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Zope is a powerful Python web application platform for developing complex web applications rapidly and collaboratively. Zope 2, especially in combination with the Content Management Framework (CMF), has been the basis of several successful open source content management systems such as Plone. With version 3, Zope has been rebuilt on top of a Component Architecture that combines the best ideas available from modern web platforms.
This book focuses on Zope 3, though it also addresses the needs of Zope 2 developers who want to use Zope 3 features as they are backported into the Zope 2 platform. First, the key concepts of Zope and its Component Architecture are introduced. Each of Zope's capabilities is demonstrated by building a sample application and then extending it with more features. The book is targeted towards all developers familiar with web technologies such as HTTP, (X)HTML and XML, and Zope's implementation language itself: Python.
β¦ Table of Contents
Front Matter....Pages I-XVII
Front Matter....Pages 1-1
Introduction....Pages 3-14
Zope and the Component Architecture....Pages 15-27
Installing Zope....Pages 29-45
Interfaces....Pages 47-65
Content Components....Pages 67-82
Persistency....Pages 83-94
Simple Views and Browser Pages....Pages 95-114
Browser Forms....Pages 115-135
Front Matter....Pages 137-137
Internationalization....Pages 139-166
Customizing a Siteβs Layout....Pages 167-191
Adapters....Pages 193-206
Automated Testing....Pages 207-232
Advanced Views....Pages 233-254
Metadata....Pages 255-277
Containers....Pages 279-301
Events....Pages 303-327
Front Matter....Pages 329-329
Sources and Vocabularies....Pages 331-343
Sites....Pages 345-358
Indexing and Searching....Pages 359-375
Browser Sessions....Pages 377-387
Front Matter....Pages 329-329
Security....Pages 389-404
Authentication and User Management....Pages 405-430
Debugging Zope....Pages 431-440
Packaging and Deployment....Pages 441-457
Back Matter....Pages 459-564
β¦ Subjects
Operating Systems; Software Engineering/Programming and Operating Systems; Information Systems Applications (incl.Internet)
π SIMILAR VOLUMES
Zope is a powerful Python web application platform for developing complex web applications rapidly and collaboratively. With version 3, Zope has been rebuilt on top of a Component Architecture that combines the best ideas available from modern web platforms.This book focuses on Zope 3, though it als
<P>New Zope 3 is a web applications server written in Python that allows developing complex web applications rapidly and collaboratively. Zope 3 is the successor to the successful version 2.</P> <P>After an introduction to the key concepts of Zope, a sample application is built and extended subsequ
New Zope 3 is a web applications server written in Python that allows developing complex web applications rapidly and collaboratively. Zope 3 is the successor to the successful version 2. After an introduction to the key concepts of Zope, a sample application is built and extended subsequently. The