[Zope3-Users] design question

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Feb 7 16:56:31 EST 2005


On Monday 07 February 2005 15:21, Ruslan Spivak wrote:
> Or should Trackbacks be stored as subobjects of BlogEntry?

It really depends how essential trackbacks are to your application. If you 
think they are some sort of meta-data, then you should use annotations. If 
you think that they are 

> Also BlogEntry object should have comments - here it's litle bit clearer
> for me as i looked at zwiki and bugtracker source: comments there
> implemented as components that are stored as subobjects of corresponding
> containers...

I think this is all a matter of taste. I think for Wikis, comments are like 
meta-data, so if I would implement it again, I might do it using annotations. 
For bugs, comments are pretty much data, since they often add more 
information about the problem.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-users mailing list