[Zope3-checkins] CVS: Zope3/src/zope/app/services - README.txt:1.10
Sidnei da Silva
sidnei at x3ng.com.br
Mon Aug 4 20:13:24 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv1423/src/zope/app/services
Modified Files:
README.txt
Log Message:
Actually use title and description in factories. Also some whitespace here and there
=== Zope3/src/zope/app/services/README.txt 1.9 => 1.10 ===
--- Zope3/src/zope/app/services/README.txt:1.9 Sun Jun 22 10:27:30 2003
+++ Zope3/src/zope/app/services/README.txt Mon Aug 4 19:12:49 2003
@@ -79,7 +79,7 @@
- Local-object registrations register objects in site-management
folders, such as service instances, utility instances, database
- connections, caches, and templates.
+ connections, caches, and templates.
Local objects are named using a path.
@@ -89,17 +89,17 @@
Local-object registrations can also be browsed and edited in the
registration manager for the folder containing the registered
- components.
+ components.
- Module-global registrations register objects stored in
modules. Objects in modules aren't managable directly, so we can't
manage their registrations through them. (The state of an object
stored in a module must be represented solely by the module source.)
-
+
Module-global objects are named using dotted names.
Module-global registrations are added, browsed and edited in
- registration mananagers.
+ registration mananagers.
Implementation of services that support registration is substantially
more difficult that implementation of non-registry services.
More information about the Zope3-Checkins
mailing list