Re: [Zope] Zope - future planning

2006-01-27 Thread Jonathan

Thanks to everyone for their comments and suggestions!

I have decided to upgrade our Zope 2.6 application (which consists of 276 
scripts/methods/external methods, 5 zcatalogs and 5 sets of zclasses) to 
Zope 2.9 and Five - as this appears to be a somewhat less painful migration 
than making a complete leap to Zope 3!


Thanks again,

Jonathan


- Original Message - 
From: "Jake" <[EMAIL PROTECTED]>

To: "Jonathan" <[EMAIL PROTECTED]>
Cc: 
Sent: Thursday, January 26, 2006 2:13 PM
Subject: Re: [Zope] Zope - future planning



If it is "fairly extensive" I would think your best bet is to migrate up
the 2.X ladder.

2.6 -> 2.7.8 (shouldn't be too bumpy)
2.7.8 -> 2.8.4 (ZCatalog issues)
2.8.4 -> 2.9.x (lots of Zope 3 goodness)

If you do those the jump into Zope 3 should be easier than not.

I usually wait for a .3 or .4 release to get in.

Jake
___
http://www.ZopeZone.com


On Thu, January 26, 2006 11:11 am, Jonathan said:

I have a fairly extensive application running on Zope 2.6 and would like
to
upgrade it for long-term maintainability.  So I am looking for thoughts
from
the group as to whether it would be better to upgrade to the latest
version
of Zope 2, or 'bite-the-bullet' and upgrade to Zope 3.

Does anyone know the long term fate of Zope 2? (ie. is the plan to
eventually move everything into Zope 3, then slowly fade Zope 2 from the
picture, or will Zope 2 be with us forever?).

Any and all thoughts gratefully appreciated!

Thanks,

Jonathan

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )







___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope - future planning

2006-01-26 Thread Jake
If it is "fairly extensive" I would think your best bet is to migrate up
the 2.X ladder.

2.6 -> 2.7.8 (shouldn't be too bumpy)
2.7.8 -> 2.8.4 (ZCatalog issues)
2.8.4 -> 2.9.x (lots of Zope 3 goodness)

If you do those the jump into Zope 3 should be easier than not.

I usually wait for a .3 or .4 release to get in.

Jake
___
http://www.ZopeZone.com


On Thu, January 26, 2006 11:11 am, Jonathan said:
> I have a fairly extensive application running on Zope 2.6 and would like
> to
> upgrade it for long-term maintainability.  So I am looking for thoughts
> from
> the group as to whether it would be better to upgrade to the latest
> version
> of Zope 2, or 'bite-the-bullet' and upgrade to Zope 3.
>
> Does anyone know the long term fate of Zope 2? (ie. is the plan to
> eventually move everything into Zope 3, then slowly fade Zope 2 from the
> picture, or will Zope 2 be with us forever?).
>
> Any and all thoughts gratefully appreciated!
>
> Thanks,
>
> Jonathan
>
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope - future planning

2006-01-26 Thread Martijn Faassen

Lennart Regebro wrote:

On 1/26/06, Jonathan <[EMAIL PROTECTED]> wrote:



Does anyone know the long term fate of Zope 2? (ie. is the plan to
eventually move everything into Zope 3, then slowly fade Zope 2 from the
picture, or will Zope 2 be with us forever?).



No, Zope 2 is definitely destined to slowly fade, but that is a
process that will take years, and should have no real impact on your
decision now. 


I'm not sure one should call it 'fade', but that's a debate about 
semantics.


Right now, there's a lot of innovation going on in Zope 2 all the time. 
It's just that lots of that innovation is now shared with Zope 3 - Zope 
2 and Zope 3 technologies are converging. This convergence will take 
many years to be "complete". We probably aren't even clear yet exactly 
what "complete" means, as both Zope 2 and Zope 3 will continue to evolve.


So, besides porting to Zope 3 directly, you could port your application 
not to Zope 3, but to a modern version of Zope 2, such as Zope 2.9, and 
use the Zope 3 technology in it (a large part of Zope 3 is included, and 
Five is there to make integration possible). It allows you to evolve 
your application more gradually. It also allows your application more 
easy portability to Zope 3 if you should need to later, as you're 
already using the technology.


Zope 2 is open source, so as long as there are users interested in 
maintaining Zope 2, Zope 2 will be with us. There are *lots* of users of 
Zope 2, so there is no reason to worry about it for years to come. We do 
think Zope 2 will very slowly, step by step, turn more into a special 
application of Zope 3 technologies, and the framework bits that were 
important once in Zope 2 will be replaced gradually with bits from Zope 3.


Regards,

Martijn

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Zope - future planning

2006-01-26 Thread Jonathan
I have a fairly extensive application running on Zope 2.6 and would like to 
upgrade it for long-term maintainability.  So I am looking for thoughts from 
the group as to whether it would be better to upgrade to the latest version 
of Zope 2, or 'bite-the-bullet' and upgrade to Zope 3.


Does anyone know the long term fate of Zope 2? (ie. is the plan to 
eventually move everything into Zope 3, then slowly fade Zope 2 from the 
picture, or will Zope 2 be with us forever?).


Any and all thoughts gratefully appreciated!

Thanks,

Jonathan 


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope - future planning

2006-01-26 Thread Lennart Regebro
On 1/26/06, Jonathan <[EMAIL PROTECTED]> wrote:
> I have a fairly extensive application running on Zope 2.6 and would like to
> upgrade it for long-term maintainability.  So I am looking for thoughts from
> the group as to whether it would be better to upgrade to the latest version
> of Zope 2, or 'bite-the-bullet' and upgrade to Zope 3.

Only you can answer that question.

> Does anyone know the long term fate of Zope 2? (ie. is the plan to
> eventually move everything into Zope 3, then slowly fade Zope 2 from the
> picture, or will Zope 2 be with us forever?).

No, Zope 2 is definitely destined to slowly fade, but that is a
process that will take years, and should have no real impact on your
decision now. The question now is how much work you think it will be
to upgrade to 2.9, vs how much work you think it will be to rewrite
the applictaion to 3.2.

And that depends in turn very much on what kind of site you are
running, what third-party products you are using and no on.

--
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )