E&S CVS Commit: PEAK - Simplified naming system creation mechanisms. URL contexts and parsers

pje at eby-sarna.com pje at eby-sarna.com
Thu Oct 10 22:06:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Fri Oct 11 02:05:52 UTC 2002

Modified Files:
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/config: api_impl.py config_components.py interfaces.py
	PEAK/src/peak/naming: api.py contexts.py interfaces.py names.py spi.py
	PEAK/src/peak/naming/factories: __init__.py
Added Files:
	PEAK/src/peak/naming: properties.py

Log Message:
Simplified naming system creation mechanisms.  URL contexts and parsers
are now looked up as properties in 'peak.naming.schemes.*'.  Object
factories and state factories can be specified as keyword arguments to an
InitialContext, and then "inherited" by child contexts.  Also, moved
config.Property -> naming.PropertyName.

Still need to convert IInitialContextFactory from a utility to a property.
Also, we need a way for scheme address parsers to be asked what schemes
they support; right now I've hacked URL contexts to assume their parser
supports anything.  :(


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.45&r2=1.46
http://cvs.eby-sarna.com/PEAK/src/peak/config/api_impl.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/config/interfaces.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/naming/api.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/naming/contexts.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/naming/interfaces.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PEAK/src/peak/naming/properties.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/naming/spi.py.diff?r1=1.22&r2=1.23
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/__init__.py.diff?r1=1.13&r2=1.14

To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 PEAK/src/peak/binding/components.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/config/api_impl.py
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/config/interfaces.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/naming/api.py
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/naming/contexts.py \
    PEAK/src/peak/naming/names.py
cvs rdiff -r1.18 -r1.19 PEAK/src/peak/naming/interfaces.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/naming/properties.py
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/naming/spi.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/naming/factories/__init__.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list