in reply to Re: (jeffa) Re: Content management system recommendations?
in thread Content management system recommendations?
A drop-down menu lets you instantiate the product, that is install it anywhere you want in your web hierarchy. You then configure each instance through the web. User management and session mangement is built in, the database methods return rows with each column value tagged by it's column name, something I'm still to find in the DBI module.
All your objects (instances of products, data, users) are stored in a hierarchical database where they can address each other in a funny kind-of-inheritance-based way called acquisition. At first it is bewildering, but it makes it so easy for objects to call each other. In perl I usually store objects in slots (Atributes) of each other. This becomes messy.
Sure, there are some design decisions done in Zope that you have to follow and that you may or may not like, but development is about 3x faster for me in Zope than in Perl, and I've done a lot more perl than zope.
One problem if you're living in e.g. Scandinavia is that there are very few Zope developers around. Here in Sweden I think there are three (myself included, though I'm more of a hobbyist). This makes it hard to recommend customers to use it, since one emigration, one change of career and a traffic accident would reduce the number of developers to zero. So, for my customers I'm still using perl.
/jeorgen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Zope and CMS
by perrin (Chancellor) on Jan 18, 2002 at 04:39 UTC | |
by jeorgen (Pilgrim) on Jan 18, 2002 at 05:39 UTC | |
by lachoy (Parson) on Jan 18, 2002 at 09:21 UTC | |
by perrin (Chancellor) on Jan 18, 2002 at 10:06 UTC | |
|
Re(4): Content management system recommendations?
by FoxtrotUniform (Prior) on Jan 18, 2002 at 01:55 UTC | |
|
Re: Re: Re: (jeffa) Re: Content management system recommendations?
by blakem (Monsignor) on Jan 18, 2002 at 01:18 UTC |