Does someone know how Zope3 handles acquisition? I don't like acquisition. Would be nice if explicit acquistion would be the default. thomas
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? :-)
Lennart Regebro wrote:
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.
You probably wanna track Zope 3 dev then, implicit acquisition will be the exception rather than the norm ;-)
Acquisition is great. Maybe it will grow on you? :-)
Maybe you'll acquire a liking for it ;-) cheers, Chris
From: "Chris Withers" <chrisw@nipltd.com>
You probably wanna track Zope 3 dev then, implicit acquisition will be the exception rather than the norm ;-)
I'm trackingit, and I have been a part of the discussion, and I have voiced my worries, and nobody have been able to actually answer my questions in the matter. Removing implicit aqcuisition alltogether would most likely be a really, really bad idea. But I'm hoping that the community approach to development in Zope 3 will stop this from happening. :-)
Maybe you'll acquire a liking for it ;-)
:-)
participants (4)
-
Chris Withers -
John Ziniti -
Lennart Regebro -
Thomas Guettler