See Also: Home Links Personal Site Blogroll  FriendFeed CV

Zope Catchup

Following is a bunch of notes I made for myself and team-mates in June of 2004 as a catchup for what had been going on in the Zope 2 world and what was coming up with Zope 3...


A lot seems to be going on in the Zope camp, but nothing has really happened (if you know what I mean). Zope 3 is still not out, and seems a long way off still. The roadmap document shows that plans are afoot to release two further versions of 2.x that will progressively incorporate Zope 3 features/philiosphy, we must all read of this... http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/RoadMap

Zope 3 will eventually be compatable with ver2 products following the use of some migration tools (well thats what they claim anyway). Zope X3 is what they are calling the bridging releases of Zope that will incorporate parts of both 2.x and 3.0, these will NOT be backward compatable, and are intended to provide an environment where developers can 'experiment'.

Read the FAQ !!!
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/FAQ

Zope 3 features of note:

  • DTML is sticking around (version 2)
  • Python version 2.3 will probably be required
  • The CMF will not work under Z3, its features

are all part of core ver3 anyway so that makes the seperat product redundant

  • Python scripts (through-the-web) will be supported
  • Z Catalog will be replace by Object Hub
  • User management gets a revamp, groups will be supported
  • XML support is coming along

Zope 2.7 is the current production release (we run 2.5 on our dev machine at the moment). Following is a snapshot of Zope developments and events over the last year or so Please add any others you find that seem important.


Events/Releases

1/Jan/2003

Zope 3 alpha1 released. As advertised earlier in the year by Jim, the Zope 3 team released an alpha. The primary goal is to get developers to start working with the component architecture and writing applications.

http://lists.zope.org/pipermail/zope3-dev/2003-January/004656.html
http://radio.weblogs.com/0116506/2003/01/01.html

11/Feb/2003

"Now that Zope 2.6.1 is out, we need to get the announcement distributed. If you have two hours of time and can help us, please drop me a line. Gidon and Garikoitz have already started sending it out. Thanks guys!"

http://www.zope-europe.org/articles/zope261prdraft
http://radio.weblogs.com/0116506/2003/02/11.html

11/Jan/2004

ZODB 3.3 alpha2

"Jeremy announced that an alpha of the big-new ZODB changes is available. This is really hard work that he and ZC are doing, which will pave the way for several architectural projects in the future. Also, the MVCC work, to eliminate read conflicts, will have a big impact on large-scale sites. Congrats to Jeremy, Jim, and the others working on this." http://mail.zope.org/pipermail/zope-announce/2004-January/001324.html

2/Feb/2004

"Rob Page from ZC and Michael Wechner from Lenya (and head of OSCOM) both got mentioned in the CMSWatch '20 Leaders To Watch in 2004' article." http://www.cmswatch.com/Features/PeopleWatch/FeaturedPeople/?feature_id=99

12/Feb/2004

Zope 2.7 released
http://www.plope.com/Members/chrism/whatsnew_27 http://mail.zope.org/pipermail/zope-announce/2004-February/001366.html
http://www.zope.org/Products/Zope/2.7.0/HISTORY.txt

19/Dec/2004

Python 2.3.3 released
http://www.python.org/2.3.3/

24/3/04

Plone 2.0 released
http://plone.org/about/mediakit/pressreleases/plone-2.0-pr
http://plone.org/documentation/whatsnew/2.0/

31/Mar/2004

Zope 3 PyConNew Page slides
Jim Fulton's presentation on Zope 3 at PyConNew Page earlier this month.
http://www.python.org/pycon/dc2004/papers/3/PyCon2004ZopeRoadmap/

27/May/2004

Python 2.3.4 released
http://www.python.org/2.3.4/

OK, compulsory readings finish here, but these are also interesting/relevant:


Misc Articles:

Revisiting Zope - Jon Udell (1/8/03)
http://www.infoworld.com/article/03/08/01/30OPstrategic_1.html

Whats new in Zope 2.7
http://www.plope.com/Members/chrism/whatsnew_27

High Volume Zope At lastminute.com
http://java.ittoolbox.com/news/dispnews.asp?i=108257&t=7

Open source CMS explained
http://www.steptwo.com.au/papers/kmc_opensource/index.html

Open Source CMS Survey Results (2003/10/03)
http://www.soton.ac.uk/~ky202/survey_results.htm


See Also: Zope And Python | Web Development | Notes Index