Re: [Zope] ANNOUNCE: An easier way to write products
More info here:
http://www.zope.org/Members/maxm/HowTo/easyProduct
regards Max M
great. my .02, how about using declarative security stuff found in ZDG. also, theres mkprod, iirc by eenge
From: "Bak @ kedai" <kedai@kedai.com.my>
great. my .02, how about using declarative security stuff found in ZDG.
There should be no problem in using declerative security in the the classes derived from my classes, but I don't use them myself because I am to lazy/busy to change habbits. It's purely a documentation problem though. There should be no reason to change the mxm package because of it.
also, theres mkprod, iirc by eenge
Yes and I have also made my own Product Wizzard and used that for a while. But it is really a rather dumb (no offence Eric) way to do it. It is a quick hack around a rather fundamental flaw in Zope. You still have to write way to much code to get up and running. regards Max M
At 09:08 PM 1/10/2002 +0800, Bak @ kedai wrote:
More info here:
http://www.zope.org/Members/maxm/HowTo/easyProduct
regards Max M
great. my .02, how about using declarative security stuff found in ZDG. also, theres mkprod, iirc by eenge
Yes, it is called MakeProduct now and is part of the ZOQLMethod package I just released today. Now you can create *simple* Python Products via ZOQL (I know the method generation stuff is still missing; that will come soon.) What is ZOQL? ZOQL is a query language similar to SQL for the ZODB. Since other Object Query Language standards were not suitable, we developed ZOQL from scratch, having only Zope in mind. ZOQL Methods allow you to quickly query and manipulate objects in the ZODB. You do not require the ZCatalog or worry about all the namespace issues. ZOQLMethod Homepage: http://demo.iuveno-net.de/iuveno/Products/ZOQLMethod Zope Page: http://www.zope.org/Members/srichter/Products/ZOQLMethod Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
participants (3)
-
Bak @ kedai -
maxm -
Stephan Richter