[Zope] Acquisition and Zope3?
Lennart Regebro
lennart@torped.se
Wed, 27 Mar 2002 14:08:19 +0100
From: "Thomas Guettler" <zopestoller@thomas-guettler.de>
> Does someone know how Zope3 handles acquisition?
> I don't like acquisition. Would be nice if explicit acquistion would be
> the default.
Acquisition is one of the basic features of Zope that makes it unique and
useful, along with the ZODB. I'm not at all sure how useful Zope 3 would be
with only explicit aqcusition. Heavy dependance on implicit acquisistion
when creating products is problematic. But implicit acquisition when
building websites is *very* useful.
Acquisition is great. Maybe it will grow on you? :-)