RE: [Zope] Considerations using Zope
Zope's object database is a really good technology, but as long as I can't gracefully store my code in CVS, I'm hesitant :-)
Forget ZClasses and do all coding as Python objects on disk. It's much easier, even.
Why is this ? More control ? Not working through the ZMI? Is it possible setting up a quick framework for your classes and further write them out through python objects on disk? Note: I have not yet been able to do much on ZClasses and less (read nothing) on writing a product using Python objects on disk. Guess the following is true: "Need more input" greets, Daniel
From: "Daniël Hooymans" <d.hooymans@edufocus.nl>
Forget ZClasses and do all coding as Python objects on disk. It's much easier, even.
Why is this ? More control ? Not working through the ZMI?
Yup, yup + CVS and you can do anything, so you aren't painting yourself into a corner. And actually, I've always found it easier too.
Is it possible setting up a quick framework for your classes and further write them out through python objects on disk?
I don't understand this question.
Guess the following is true: "Need more input"
Well, when I started it was the "BroingProduct" tutorial that was where you started: http://www.zope.org/Members/gtk/Boring/HowTo-Boring But there may be newer tutorials around today.
participants (2)
-
Daniël Hooymans -
Lennart Regebro