Commit a4c7c5d9 authored by Andreas Jung's avatar Andreas Jung

converted to reST

parent 4c3c975b
Using Zope Components in Zope 2 Applications Using Zope Components in Zope 2 Applications
============================================
Background Background
----------
Zope 3 is a separate project from the Zope community aimed at web Zope 3 is a separate project from the Zope community aimed at web
development. It is designed to be more 'programmer-centric' and easier development. It is designed to be more 'programmer-centric' and easier
to learn, use and extend for programmers. Zope 3 introduces an to learn, use and extend for programmers. Zope 3 introduces an
interface-centric component architecture that makes it easier to develop interface-centric component architecture that makes it easier to develop
and deploy components without requiring developers to learn and and deploy components without requiring developers to learn and
understand the entire Zope framework. understand the entire Zope framework.
As of Zope 2.8, the "Five" project has been integrated into the As of Zope 2.8, the "Five" project has been integrated into the
Zope 2 core. The "Five" project implements a compatibility layer Zope 2 core. The "Five" project implements a compatibility layer
that allows many Zope 3 components and patterns to be used in that allows many Zope 3 components and patterns to be used in
new and existing Zope 2 applications. new and existing Zope 2 applications.
Features Features
--------
The Five integration layer provides support for Zope 3 interfaces, The Five integration layer provides support for Zope 3 interfaces,
Zope Configuration Markup Language (ZCML), adapters, views, Zope Configuration Markup Language (ZCML), adapters, views,
utilities and schema-driven content. utilities and schema-driven content.
Note that the Five layer does *not* attempt to provide a ZMI user Note that the Five layer does *not* attempt to provide a ZMI user
interface for Zope 3 components. interface for Zope 3 components.
Zope 2 includes the essential Zope 3 packages, so it is not Zope 2 includes the essential Zope 3 packages, so it is not
necessary to install Zope 3. necessary to install Zope 3.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment