Changes between Version 28 and Version 29 of S3/S3Model/ComponentResources
- Timestamp:
- 01/09/13 11:28:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/ComponentResources
v28 v29 31 31 The "Component Resource" extension is one of the fundamental RAD concepts of the S3 framework. 32 32 33 Besides simplified construction of queries, views and self-processing forms it also allows implicit (=keyless) constraints in S3XML which simplifies the mapping and transformation from and to other data models using XSLT .33 Besides simplified construction of queries, views and self-processing forms it also allows implicit (=keyless) constraints in S3XML which simplifies the mapping and transformation from and to other data models using XSLT: 34 34 35 {{{ 36 <s3xml> 37 <!-- an organisation record --> 38 <resource name="org_organisation"> 39 <data>...</data> 40 <!-- an office "of this" organisation (keyless constraint) --> 41 <resource name="org_office"> 42 <data>...</data> 43 </resource> 44 </resource> 45 </s3xml> 46 }}} 35 47 == Overview == 36 48