Seen this?
http://plope.com/Members/chrism/le_roi_est_mort
"Zope 3" as an application server brand is dead.
2008/12/21 Alek :
> For some time, I have a bad, worrisome feeling that Zope3 development pace
> has slew down.
> Today looked to zope wiki and discovered that there are virtually no
No. Just the "zope3" package is not released anymore. Now there's a
bunch of eggs on PyPI, providing some functionality, like
zope.component or zope.app.catalog. Some of core packages are mature
enough, so there aren't much new releases of them, but other (like
ZODB or z3c.form) are developed very
Replace "Zope 3" with "Zope component architecture" or "Zope web
components". That's where we are: Zope 3 was always a set of components.
Since some time every individual module has its own
lifecycle and its own releases. Those components are widely use in
various projects (Plone, Zope 2, Grok,
For some time, I have a bad, worrisome feeling that Zope3 development pace
has slew down.
Today looked to zope wiki and discovered that there are virtually no new
articles. I've also found that last release is almost one year old and zope
3.4.0c0 is not even a real release, but a release candidate
Tim Cook wrote:
> Thanks Dieter,
>
> On Fri, 2008-12-19 at 19:41 +0100, Dieter Maurer wrote:
>> I often approach situations like this with so called "Monkey Patches":
>> I replace or enhance classes or methods during startup (triggered
>> by some startup event).
>>
>> This may not be optimal but a