Changes between Version 10 and Version 11 of S3/S3Model/ComponentResources


Ignore:
Timestamp:
11/24/11 11:03:43 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Model/ComponentResources

    v10 v11  
    1515Link-table component links have some advantages over simple foreign key constraints:
    1616
    17   - they can carry attributes of their own (qualified link)
     17  - they can carry attributes of their own (attributed link)
    1818  - they provide the option to bind the same component record to multiple master records (many-to-many)
    1919  - there are several different ways to actuate such links
     
    2525  - increased complexity to access and query resources (3 tables instead of 2)
    2626  - increased complexity to handle such links in CRUD and XML/XSLT
    27 
    2827=== Link Actuation Methods ===
    2928