[Zope3-Users] Periodically refresh RSS feeds
Christian Theune
ct at gocept.com
Tue Dec 19 07:03:13 EST 2006
Hi,
Florian Lindner wrote:
> That's something I had mentioned in my posting too. It has advantage that the
> feeds could decide if they want to be called or not, whereas by
> the "utility-way" they would always be called.
Considering your hesitation towards the component architecture, here's
some more input:
Nowadays, registering a (persistent) object as a utility expresses
basically the same functionality. If it wants to be called, you can
register it as a utility for an interface (and maybe a name), if you
don't want to, you don't (or you unregister it).
What you automatically get is:
- you don't have to write your own registry code (again),
- the CA is optimized to do this kind of lookups
The distinction between software and content space was pretty much
removed now. Even content objects are software, or not?
Christian
--
gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - ct at gocept.com - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20061219/46dde7c3/signature.bin
More information about the Zope3-users
mailing list