Re: [Zope] OOP and Zope.

2005-08-21 Thread Dieter Maurer
Fernando Lujan wrote at 2005-8-19 12:16 -0600:
I try to find information about programming in Zope with the OO
paradigm. I didn't find many documentation...

For instance, how can I define classes and instances once I just work
with dtml-methods and dtml-documents?

You can look at ZClasses.

Note, that there are people that recommend not to use
ZClasses because they want to drop ZClass support in some
future Zope release.


-- 
Dieter
___
Zope maillist  -  [EMAIL PROTECTED]
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 )


[Zope] OOP and Zope.

2005-08-19 Thread Fernando Lujan
Hi,

I try to find information about programming in Zope with the OO
paradigm. I didn't find many documentation...

For instance, how can I define classes and instances once I just work
with dtml-methods and dtml-documents?

Thanks.

Fernando Lujan
___
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 )


Re: [Zope] OOP and Zope.

2005-08-19 Thread Andreas Jung



--On 19. August 2005 12:16:55 -0600 Fernando Lujan [EMAIL PROTECTED] wrote:


Hi,

I try to find information about programming in Zope with the OO
paradigm. I didn't find many documentation...

For instance, how can I define classes and instances once I just work
with dtml-methods and dtml-documents?



dtml-methods and dtml-documents have nothing to do with OO programming.
Their purpose is to provide a markup language to write views on objects or 
whatever. Btw. forget DTML and learn ZPT. When you talk about OO 
programming: look at the Zope Developers Guide and learn how to write first 
class Zope objects. But before you should go through the Zope Book and 
learn about the basic of Zope before starting Zope Product development.


-aj


pgpxBAkU6Z1lZ.pgp
Description: PGP signature
___
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 )


Re: [Zope] OOP and Zope.

2005-08-19 Thread Andreas Jung



--On 19. August 2005 12:16:55 -0600 Fernando Lujan [EMAIL PROTECTED] wrote:


Hi,

I try to find information about programming in Zope with the OO
paradigm. I didn't find many documentation...

For instance, how can I define classes and instances once I just work
with dtml-methods and dtml-documents?



And btw. if you are familiar with Python you should perhaps look first at 
Zope 3 which is more pythonic for doing OO-like web programming.


-aj



pgpuYevD1zzqy.pgp
Description: PGP signature
___
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 )