I don't have a link handy, but somebody wrote that before. Just search the lists and/or the Zope.org download area. It is not fully automatic of course, but should save you some time ... Joachim BTW: Is that Java-based editor free software? It might be interesting for other Zope users, too, if it is possible for you to open-source it ... ----- Original Message ----- From: "Heimo Laukkanen" <huima@fountainpark.org> To: <zope@zope.org> Sent: Sunday, November 04, 2001 11:25 PM Subject: [Zope] Developing application in Zope: From ZClass to Python based Product
Hi all,
I've been using Zope in a couple of projects now for a couple of months. I started developing a product as a ZClass - creating it in Zope Management Interface. It is a product similar to STX_Document, but has more fetures and uses a Java-based editor as an editor.
Now my question is: can my change my product from ZClass to a python based product, and how can I do it? There are now many instances of this ZClass, and possibly in the future it would be easier if the product is written totally in Python.
If there is no other way I could write a script, that goes through the whole structure of the service and copy the information from the Zclass instance and creates a new instance of this python based product and inserts the information into it.
But any ideas?
-huima
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )