Changes between Version 10 and Version 11 of S3/S3Model/ComponentResources
- Timestamp:
- 11/24/11 11:03:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/ComponentResources
v10 v11 15 15 Link-table component links have some advantages over simple foreign key constraints: 16 16 17 - they can carry attributes of their own ( qualified link)17 - they can carry attributes of their own (attributed link) 18 18 - they provide the option to bind the same component record to multiple master records (many-to-many) 19 19 - there are several different ways to actuate such links … … 25 25 - increased complexity to access and query resources (3 tables instead of 2) 26 26 - increased complexity to handle such links in CRUD and XML/XSLT 27 28 27 === Link Actuation Methods === 29 28