16 Nov
2003
16 Nov
'03
7:31 p.m.
Martin Diers wrote at 2003-11-14 12:50 -0600:
In any comlpex Zope app, you end up with quite a number of SQL methods/scripts/objects littering your application's root folder. This is of course because t is convenient to place all those objects which you need easy access to in all your sub-folders, to take advantage of acquisition.
My point is, the number of objects in your application's main folder can quickly start to get hairy. Is there any way to categorize them into groups?
Either directly go for "CMF/Plone" or look at my "SkinnedFolder" <http://www.dieter.handshake.de/pyprojects/zope> -- Dieter