ITworld.com: Discussion about Zope with Paul Everitt [CEO of Digital Creations]
Aug 09, 2000, 20:41 (0 Talkback[s])
(Other stories by Paul Everitt)
[ Thanks to Cameron Laird for this
link. ]
"Zope is an Open Source application server, specializing in
content management, portals, and custom services. Zope is focused
on rapid deployment of rich services to diverse
audiences."
"The "soul" of Zope is focused around three sets of ideas:
- More power for more people is the values key idea. (Open
Source, safe delegation of control, through the web management,
undo, etc.)
- All tiers as managed content is the architectural key idea.
Presentation, logic, and data are all managed objects getting the
same consistent set of services (clustering, workflow, security,
cataloging, syndication, etc.)
- Web components is the vision key idea. Microsoft.net as well as
Tim O'Reilly are pitching a world of web components, best
summarized by Tim's question: Should Amazon have an API? We are
farther ahead on this than anyone, but it's a vision that not
everyone has arrived at yet."
"From a technology perspective, Zope is a heavily
object-oriented application server, written largely in Python with
some C extensions for performance. Zope's most immediate
differentiator is the integrated object database, the ZODB. The
ZODB is a transactional, hierarchical, multi-revision object
database with a tunable cache and abstract storage. With ZEO, the
ZODB and Zope become a distributed object system."
"All tiers in Zope are considered managed objects. (Note:
currently much Zope code is implemented on Python modules on disk,
but our vision is to begin eliminating that.) This means your
presentation layer (DTML and soon XSLT), your logic layer (DTML and
soon Python and Perl), and your data layer (Zope instance data) all
get the same suite of content management services, such as an
integrated security system, undo, searchability, workflow,
etc."
Complete
Story
Related Stories:
- Tucows Linux News: Zope 2.2.0 Web Content Management System(Jul 24, 2000)
- LinuxWorld: A developer's dream(Jul 23, 2000)
- LinuxWorld: Still not addicted: Zope too geek for its own good(Jul 15, 2000)
- LinuxWorld: The dope on Zope - New tool is powerful, but nonintuitive and poorly documented(Mar 25, 2000)
- XML.com: Advanced XML Applications in Zope(Mar 18, 2000)
- Zope.org: How-To: Build a WAP site with Zope(Feb 12, 2000)
- Zope.org: How-To: Gain Zope Enlightenment By Grokking Object Orientation(Feb 08, 2000)
- Byte.com: A Zope Primer: The Calendar Tag as an example of Zope(Jan 24, 2000)
- LinuxPlanet: The Zope Application Server Revisited(Jan 07, 2000)
- LinuxPlanet: Zope: An Open-Source Application Server(Dec 08, 1999)
- Zope 2.1.0 final released(Dec 03, 1999)
- Chris McDonough: Preliminary Zope vs. MS Site Server Comparison(Oct 12, 1999)
- Byte: Exploring Zope(Aug 30, 1999)