The Artima Developer Community
Sponsored Link

Python Buzz Forum
Zope 3 is evolving !

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Baiju M

Posts: 225
Nickname: baijum81
Registered: Aug, 2004

Baiju M is a new user
Zope 3 is evolving ! Posted: Mar 12, 2007 11:16 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Baiju M.
Original Post: Zope 3 is evolving !
Feed Title: Programming life without Python(?)
Feed URL: http://baijum81.livejournal.com/data/rss
Feed Description: Programming life without Python(?)
Latest Python Buzz Posts
Latest Python Buzz Posts by Baiju M
Latest Posts From Programming life without Python(?)

Advertisement
Zope 3.4 alpha 1 release is planned in first week of April, 2007 [1].
Zope 3.4 release will be based on eggs and buildouts. So you can use
the individual parts without using the whole Zope 3. Suppose you want
to use 'zope.interface', just 'easy_install zope.interface' will do it
for you. And if you want 'zope.component' [2], use 'easy_install
zope.component'. And there are many packages like this which does not
requires the whole Zope 3 (eg: zope.event, zope.deferredimport,
zope.testing, zope.testbrowser etc.). Most of them are available from
PyPI now !

And zc.buildout [3] is going to change how we develop and deploy Zope
3. If I want to modify (new feature/bug fix) zope.testbrowser I need
not to checkout the whole Zope 3 and start coding, rather I can
checkout zope.testbrowser and run 'buildout' command. It will setup
an environment where I can start working.

After 3.4 release, individual packages will be having it's own release
cycle.

[1] http://wiki.zope.org/zope3/RoadMap
[2] http://wiki.zope.org/zope3/ZopeComponentArchitecture
[3] http://cheeseshop.python.org/pypi/zc.buildout/

Read: Zope 3 is evolving !

Topic: Grid7 Venturecast #14 from the Social Media / Revolution in Marketing Conference Previous Topic   Next Topic Topic: WSGIRemote now HTTPEncode

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use