[Zope-CMF] CMFizing product?

marc lindahl marc@bowery.com
Mon, 02 Jul 2001 13:06:56 -0400


> From: "Rene Pijlman" <rpijlman@wanadoo.nl>
> 
> I'm about to develop a Python-based product which introduces new
> content types and I'm wondering if I should make it pure Zope or
> CMFized.

I faced this doing the Audio object...  I decided that it made sense to make
a regular Zope product which did the 'heavy lifting' of the content type,
and then a CMF product which inherited (via python class mechanism) this
content type and nicely wrapped it for CMF.