From 62cd249385317b79a68916e5d982d7cc0c7960da Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Jun 2009 03:20:56 +0000 Subject: Add (painful) explanation of weak-binding route view context registrations. --- docs/glossary.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 319483466..217c70098 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -271,6 +271,13 @@ Glossary registry`. You can also use decorators to configure views in :mod:`repoze.bfg`; see :ref:`mapping_views_to_urls_using_a_decorator_section`. + Zope Component Architecture + The `Zope Component Architecture + `_ (aka ZCA) is a system + which allows for application pluggability and complex dispatching + based on objects which implement an :term:`interface`. + :mod:`repoze.bfg` uses the ZCA "under the hood" to perform view + dispatching and other application configuration tasks. ReStructuredText A `plain text format `_ that is the defacto standard for descriptive text shipped in -- cgit v1.2.3