E&S CVS Commit: TransWarp - Refactored to separate "operation" and "naming resolution" objects from

pje at eby-sarna.com pje at eby-sarna.com
Tue Jun 11 17:47:00 EDT 2002


Module Name:	TransWarp
Committed By:	pje
Date:		Tue Jun 11 21:46:23 UTC 2002

Modified Files:
	TransWarp/src/TW/Naming: API.py Contexts.py Names.py SPI.py
Added Files:
	TransWarp/src/TW/Naming: operations.py

Log Message:
Refactored to separate "operation" and "naming resolution" objects from
context objects.  This will probably become meaningless since Ty and I
just worked out how to implement federation in a much cleaner way than
JNDI does it.  So tomorrow I'll be ripping out most of this and starting
over...  But it will get rid of crap like CannotProceedException and all
the enormous complexity of composite name management for things that don't
need composite names.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/TransWarp/src/TW/Naming/API.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/TransWarp/src/TW/Naming/Contexts.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/TransWarp/src/TW/Naming/Names.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/TransWarp/src/TW/Naming/SPI.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/TransWarp/src/TW/Naming/operations.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 TransWarp/src/TW/Naming/API.py \
    TransWarp/src/TW/Naming/Contexts.py
cvs rdiff -r1.3 -r1.4 TransWarp/src/TW/Naming/Names.py
cvs rdiff -r1.5 -r1.6 TransWarp/src/TW/Naming/SPI.py
cvs rdiff -r0 -r1.1 TransWarp/src/TW/Naming/operations.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