E&S CVS Commit: PEAK - Replace XMI loader with an XMI-based EntityDM. This has all the same

pje at eby-sarna.com pje at eby-sarna.com
Sun Nov 17 11:35:01 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sun Nov 17 16:34:21 UTC 2002

Modified Files:
	PEAK/src/peak/metamodels/xmi: Reading.py

Log Message:
Replace XMI loader with an XMI-based EntityDM.  This has all the same
limitations as the old loader: XMI 1.0 only, only supports reads, no
marshalling from strings, and it needs an XMI-aware metamodel object.  But
it's a true 'storage.EntityDM', it converts objects lazily and uses
'PersistentList' objects for associations.  It should be (relatively)
cleanly upgradeable to support XMI 1.1, writing XMI files, etc.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/metamodels/xmi/Reading.py.diff?r1=1.29&r2=1.30

To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 PEAK/src/peak/metamodels/xmi/Reading.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