30 Jul
2003
30 Jul
'03
10:29 a.m.
- Write as much as possible of your product's features in a class that doesn't inherit from *any* zope-specific base classes.
I can take that advice. Seems reasonable enough, and makes the python more reusable in any case.
I suggest using Persistent as your base class, if you want instances to be persistent. That is, write your basic application as a ZODB application, not a Zope one. -- Steve Alexander