Hi Miguel,

as you already noticed, a lot has changed in the last couple of years.

A couple of thoughts:

update
-------
We have pretty good migration documentation, see here
https://zope.readthedocs.io/en/latest/migrations/index.html

db connections
-----------------
I only make light use of zsqlmethod myself, but I cannot recall I had to change 
anything to make it work with Zope 4.

templates
-----------
Right, Chameleon is the way to go - if you need a transition time, you can (but 
you should NOT) use the old template engine, see here
https://jugmac00.github.io/blog/three-ways-to-get-into-trouble-or-welcome-back-pagetemplateengine/

tutorials
---------
I am sorry. There are no uptodate tutorials I know of.

The best bet is to try to follow the existing tutorials, and when something 
does not work try to find out what is wrong and how to fix it, ideally update 
the documenation with a pull request, or if struggling, asking some detailed 
questions.


As of where to get help.
--------------------------

This list is pretty much only used to announce new releases - there are no more 
discussions here.

The best place to ask general questions is the https://community.plone.org/ 
forum - tag your questions with "Zope".

If you find a bug or want a new feature, you can use the github repositories of 
the Zope projects.

Best,
Jürgen

P.S.: One of the maintainers (icemac) hold a nice talk about migrating a huge 
Zope project to Python 3.

https://blog.gocept.com/2020/09/03/presentation-we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/
[https://gocept.files.wordpress.com/2020/08/snake-601832_1280.jpg?w=1200]<https://blog.gocept.com/2020/09/03/presentation-we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/>
Presentation: We have nearly one million lines of Python 2 code in production — 
and now? – gocept 
blog<https://blog.gocept.com/2020/09/03/presentation-we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/>
Still running Python 2 code in production is like steering a ship without radar 
in thick fog: You don’t know, which obstacle you will hit next. But there are 
ways to see the sun again – even for large code bases. This presentation 
contains a discussion of the possible ways and a success story. I…
blog.gocept.com

________________________________
Von: Zope <zope-boun...@zope.org> im Auftrag von Miguel Beltran R. 
<yourpa...@gmail.com>
Gesendet: Dienstag, 29. September 2020 18:17
An: zope@zope.org <zope@zope.org>
Betreff: [Zope] Tutorial for zope4

Good morning list,Glad to be here again in the list and community

I used zope many years ago until version 2.13 and I want to update to the new 
version 4/5 but I have found that the Zope Book is not so useful to me as 
before.

I used to do me little systems all in the ZMI using pagetemplate, zsql method, 
postgresql, zserver, etc.

-Zserver was replaced in favor of waitress, no problem.
-pagetemplate is almost the same, but now use chameleon engine, no problem.
-zsqlmethod is not installed by default, I installed it using pip. The 
recommendation is to use zope.sqlalchemy. I dont know sqlalchemy and how to use 
it with zope 4/5. help here
-I tried to find the postgresql connector to zope 4 in pypi without success, 
even the ODBC connector I could not find it. how do I connect to a database?

Also, I saw that the Plone foundation have now the rights of Zope foundation. I 
wish them the best for his work.

do someone can recomend me a zope 4 tutorial for dummys?

--
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida
_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to