23 Jul
2001
23 Jul
'01
3:03 p.m.
If I were to create a ZClass based Product and start using it extensively, how easy would it be to migrate to a full Python Product at a later date? If the two have identical or similar methods, is there a way to change the instances over to the new product.?
No, but the chances are you wont find it too much of a problem. Its a chance to rewrite and improve :)
Similarly, if I subclass standard Zope objects like folders and documents, am I likely to have problems in the future with new versions of Zope?
Only in the sense that functionality may changes, but that is probably a good thing since as Zope is updated and improved so will your products. Not using these is more trouble than its worth. Good luck. -- Andy McKay.