Re: [Zope-dev] A book about Zope Component Architecture

2007-11-14 Thread Baiju M

Nando Quintana wrote:

 Hi Baiju

> I started writing a book about Zope Component Architecture.

 Great news! Thank you for this effort!

> If you have any suggestions/comments please send it to me.

 We've taken a quick look at it and We've seen something strange on
 page 21:

 ... def register(self): ... next_id = get_next_id() ...
 guests_db[next_id] = { ... ’name’: guest.name, ... ’place’:
 guest.place, ... ’phone’: guest.phone ... }

 Here you should write "self.guest.name" instead of "guest.name",
 shouldn't you? or am I missing shometing?


Yes, that is an error.  Thanks for pointing this out.

Regards,
Baiju M
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] A book about Zope Component Architecture

2007-11-14 Thread Nando Quintana
Hi Baiju

> I started writing a book about Zope Component Architecture.

Great news! Thank you for this effort!

> If you have any suggestions/comments please send it to me.

We've taken a quick look at it and We've seen something strange on page
21:

... def register(self):
... next_id = get_next_id()
... guests_db[next_id] = {
... ’name’: guest.name,
... ’place’: guest.place,
... ’phone’: guest.phone
... }

Here you should write "self.guest.name" instead of "guest.name",
shouldn't you? or am I missing shometing?

Bye,
Nando.

-- 
http://www.nandoquintana.com/contact


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] A book about Zope Component Architecture

2007-11-14 Thread Baiju M

Hi all,
I started writing a book about Zope Component Architecture.

http://www.muthukadan.net/docs/zca.html
http://www.muthukadan.net/docs/zca.pdf

If you have any suggestions/comments please send it to me.

The book's source is hosted here:

https://edge.launchpad.net/zcadoc

BTW, I have used CSS available in Zope 3 source and LaTeX style available
in Grok project's repository.

Regards,
Baiju M

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )