Interview with Jim Fulton
[Posted June 18, 2002 by cook]
The EuroPython site features
an interview with Jim Fulton, CTO of Zope Corporation.
"
Zope 3 moves Zope from an inheritance-based framework to a component-based framework. Complexity is managed by splitting responsabilities among many cooperating components, rather than many cooperating mix-in classes. Components are connected using interfaces, which also provide component specification and documentation."
(
Log in to post comments)