[Zope3-dev] Chapter 1 Step 6 now available

Steve Alexander steve@cat-box.net
Sun, 17 Feb 2002 20:39:59 +0000


Hi Folks,

I've written a small amount of extra Zope 3 Python Programmer Tutorial.

Because this isn't officially sanctioned by the Zope3 BDFL, I haven't 
checked this into CVS. Rather, you can download Step 6 from here:

   http://www.cat-box.net/tmp/Chapter1_Step6.tar.gz

Step 6 documents my own explorations writing a component-based product 
for Zope 3. It includes a working version of the Decorator class.

----
Step6, making a composite view

   In the last step, we created a utility IPostalLookup to lookup city
   and state information in exchange for an object implementing
   IContactInfo.

   We also registered an adapter to perform this lookup when required.

   In this step, we'll be extending ContactInfoView to present the
   additional  postal information.
----

--
Steve Alexander