Re: [Zope] newbie zope programming?
Thanks for the help. I understand that about the ZPT, but am lost on the statement to create a real product using the FS. Do you use python to create a FS product? Regards, Frank Rocco farocco@hotmail.com
From: a.meyer@hccnet.nl To: farocco@hotmail.com CC: Zope@zope.org Subject: Re: [Zope] newbie zope programming? Date: Wed, 11 Feb 2004 09:03:45 UT
Hi Rocco
Definitely, use ZPT instead of DTML. Also, do not use ZClasses, but create a "real" product, also known as file-system-based (FS) product. Look on the zope web page for information and examples on how to do this. Otherwise you are stuck with the web-based interface.
good luck Andre
Hello,
What is the best way to program in Zope for web development? DTML, ZClasses, ect...
DTML is close to what I was doing on IIS and ASP. But I don't want to get into the wrong methods.
I will be using MySQL as a backend. I also do not yet know Python, but am willing to learn. I tried finding some Python Mysql Tutorials, but did not come across any.
Thanks
Frank
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
From: "Frank Rocco" <farocco@hotmail.com>
I understand that about the ZPT, but am lost on the statement to create a real product using the FS. Do you use python to create a FS product?
Yup. There are some tutorials on how to get started. There is also information in the ZopeBook. Getting started is actually very easy. I would say it's much easier than ZClasses, even. At least it was last time I tried using ZClasses, but admittedly, that is many years ago... ;-) Try a search on zope.org for SimpleProduct or something like that.
On Wed, Feb 11, 2004 at 02:16:46PM +0100, Lennart Regebro wrote:
From: "Frank Rocco" <farocco@hotmail.com>
I understand that about the ZPT, but am lost on the statement to create a real product using the FS. Do you use python to create a FS product?
Yup. There are some tutorials on how to get started. There is also information in the ZopeBook.
Actually, no. The Zope Book does not cover fileystem Products at all. It does cover ZClasses for some reason. Much more useful for Product authors is the Zope Developers' Guide. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE CONTRACEPTIVE! (random hero from isometric.spaceninja.com)
participants (3)
-
Frank Rocco -
Lennart Regebro -
Paul Winkler