Advertisement

Previous Entry | Next Entry

At last Zope 3 releases coming to an end !

  • Nov. 7th, 2007 at 1:38 PM

Few days back Stephan Richter released Zope 3.4 second beta release.
The Zope 3.4 release may be the last release of Zope 3 release
as a single package. There is still a minor chance for a 3.5 release.
Anyway, Zope 3 as a single package is coming to an end. I won't be
surprised if the term "Zope 3" itself vanish in the future.

This is a good thing for the future of Zope project & community. As I
implied in one of my last post, Zope is becoming more "Pythonic".
Well, I am not going to describe "What is Pythonic" :) . You know,
Zope is even dropping the server business ! (Zope 3 used Twisted web
server as the default server for a long time). We also retired
zope3-dev list last month .

For those who using Zope 3.3 or earlier versions, Zope 3.4 is a chance
(may be last) for migrating to egg and buildout based system for
development and deployment.

Now you might wonder, "Where is Zope going ?" . This is a very
difficult question for me to answer, so, I refrain from trying it :)
Here I am just giving two pointers: Grok, Repoze.

However, I believe Zope 3 will live for a long time through the
numerous packages derived from it.

Update:I forgot another pointer: zopeproject

Tags:

Comments

(Anonymous) wrote:
Nov. 7th, 2007 02:54 pm (UTC)
What is Zope ... like The Da Vinci Code
Hi,

I use plone this day, in the past I tried to understand
zope but after a while I gave up.

Python is excellent and very well documented.

For zope I downloaded the last documentation pdf
which is for zope 2.6 or I looked at to http://www.plope.com/Books/2_7Edition
which is the "actual" zope book.

Or I looked in the (z)wiki's not knowing if the stuff is actual or outdated.

At least for me, actually it looks like zope is from zope developers for zope developers, or
people who have a lot of time to play adventure games ...

This is what reminds me The Da Vinci Code book ... always
running around and trying to understand the puzzle.

I headr about Grok and Repoze BUT..

there should be *one* main place (zope.org would be the one)
where you can go and where you get "the" information:

  • what is zope (if it a bunch of egg's then what is the minimal configuration
    I need to have something I can call zope)

  • getting started

  • tutorial(s)

  • full reference doc



If zope is no more zope, ... then what is zope??

If zope is a bag of egg's, then is it still zope ?
[info]baijum81 wrote:
Nov. 9th, 2007 04:21 am (UTC)
Re: What is Zope ... like The Da Vinci Code
Sorry for the confusion, I was talking about a particular version of Zope called "Zope 3": http://wiki.zope.org/zope3/Zope3Wiki
(Anonymous) wrote:
Nov. 8th, 2007 07:52 am (UTC)
Or move to Java like the Nuxeo team did
As there is still no clear vision for Zope's future, more and more people are switching to open source Java (http://www.nuxeo.com/en/java-switch/) for enterprise applications.

John
(Anonymous) wrote:
Nov. 8th, 2007 08:56 pm (UTC)
Re: Or move to Java like the Nuxeo team did
Java?! You must be joking... The only one thing that is a reason for moving to java is a really really big enterprise application. IMO people are moving to Django, Pylons, ROR - fast, scalable, well documented and lightweight frameworks.

I used Zope 3 a bit and it was pretty nice but then it happened... eggs, buildouts, changes, changes, changes. Is there any Z3 user (and not Z3 developer) who is able to stay up to date with that? Anyone knows how to use it? I don't have time for that so I'm Django guy now and I'm very happy with this.

Z3 developers - if you want to have some users give them some __good__ and __up to date__ documentation!
[info]baijum81 wrote:
Nov. 9th, 2007 04:23 am (UTC)
Re: Or move to Java like the Nuxeo team did
There is a good book available : http://www.worldcookery.com/
(Anonymous) wrote:
Nov. 9th, 2007 06:46 am (UTC)
Re: Or move to Java like the Nuxeo team did
I've read it (both editions) and yes it is very good book, but... neither first nor second edition reflects current Z3 situation. It is a good starting point. Later you have to gather knowledge from... somewhere (blogs, lists etc.).

Look at worldcookery appetizers - much of them is outdated. Look at z3/z3c products - do I really have to browse through doctests and code to get to know what are they doing and how to use them? Now Z3 is a bunch of packages, or rather there is a bunch of packages that you can get and configure to have Z3. Where is list of the packages and their descriptions? Sample use cases?

Zope is great but using Zope is hard (if you're not a z3-developer :p).

On the other side Django has a documentation that is always up to date - it describes not only stable versions, it describes latest trunk too. This is great.
[info]baijum81 wrote:
Nov. 9th, 2007 07:06 am (UTC)
Re: Or move to Java like the Nuxeo team did
Hi Anonymous ! :)

I agree with you, we need more up-to-date documentation.
It requires lots effort, in fact I started some efforts in Wiki,
unfortunately, it is again out of date: http://wiki.zope.org/zope3/ZopeGuide

Now I am working on documenting Zope Component Architecture:
http://www.muthukadan.net/docs/zca.html
http://www.muthukadan.net/docs/zca.pdf [PDF]

If anyone want to join in this effort, you can join me here:
https://edge.launchpad.net/zcadoc
(Anonymous) wrote:
Nov. 12th, 2007 12:00 pm (UTC)
Re: Or move to Java like the Nuxeo team did
Hi Baiju,

its great that you started a new documentation,
but as I stated in my first comment ..

wouldn't be zope3.org the better place (or
are you not allowed to do so).

I myself for example, do even not remember
when or how I discovered your blog.

So other people will probably not note that
you do such a great work ;-)

By the way: I also saw te Nuxeo switch to Java,
and this make me ask myself:
If zope is so great:

- why do they switch?

- and do the big transition work?

- I always thought that zope is scalable with zeo
(not really knowing how it works, I read only about it)

On the other side I noted:

- www.ubuntulinux.com did run plone in the first time
(or some part of their site)
Now they switched some big parts to MoinMoin wiki

- www.scipy.org did run plone in the first time,
now they use MoinMoin wiki for the whole site

Anton
[info]baijum81 wrote:
Nov. 12th, 2007 02:21 pm (UTC)
Re: Or move to Java like the Nuxeo team did
Thanks for your suggestion. Just now I added a link in a "better place":
http://wiki.zope.org/zope3/ComponentArchitecture
(This page is the first link from Zope 3 wiki)

Also feel free to give a link to my book from any good place :)

I am sorry, I do not know much about Nuxeo or other things you mentioned.
I think better you can ask their team for the reason of the switch.

With thanks and regards,
Baiju M
[info]nnunmilitnry wrote:
Mar. 12th, 2009 06:07 pm (UTC)
is there any new release?

brus
[info]baijum81 wrote:
Mar. 13th, 2009 03:07 am (UTC)
3.4 is the latest release
3.4 is the latest release

Latest Month

April 2009
S M T W T F S
   1234
567891011
12131415161718
19202122232425
2627282930  
Powered by LiveJournal.com
Designed by Tiffany Chow