fixed typo = != ==
[stereotypes.git] / stereotypes.schema / README.txt
blob22f7a27582c15c0e68bb509c567e5e30f313bc2c
1 Overview
2 ========
4 This package implements dynamic schema adaptation [1] for use with the
5 stereotypes content framework.
7 Reads and writes are relatively inexpensive. A casual test yields
8 approx. 30.000 read or write operations per second, while adaptations
9 are about twice the cost.
12 Technical details
13 -----------------
15 [1] Dynamic adaptation is a pattern used to adapt content objects to
16 any schema interface (interfaces declaring attributes only).