Related Entries

Interview with Ploners
Formulator makes life easy
Server side python
Resetting Zope's session timeout
Getting undo history

« Copy-paste!
» Rethinking Java GUI

Developing in Zope

A very well thought out document.

Kapil Thangavelu: ”This document is a modest proposal on team development, with a focus on source management”

The problem is rooted in the fact that Zope blurs the lines between content and logic. This manifests itself in two distinct issues, application code that is created and executed from the database (ZODB) alongside stored content, and configuration that is stored in instance space. These are common problems from both from a practical and ideological point of view.

via ZopeZen.

//-->