Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
Sep 26, 2007, 6:24:32 PM (17 years ago)
Author:
Robert Casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    1212  * relations between objects are like objects
    1313  * google-like search in all fields
    14   * three-layer software architecture
     14  * layered [wiki:SoftwareArchitecture software architecture]
    1515  * separation of data structure model and content
    1616
     
    3131
    3232
    33 == Software architecture ==
    34 
    35 !OpenMind has a layered software architecture:
    36 
    37   * user interface (e.g. Web, Desktop GUI, script UI)
    38   * domain specific layer (e.g. ISMI model)
    39   * repository layer (!OpenMind)
    40   * storage layer (e.g. SQL, file-based, Fedora(?))
    41 
    42 !OpenMind is totally generic up to the repository layer. It stores, searches and retrieves all kinds of objects with all kinds of attributes and relations.
    43 
    44 The domain specific layer specialises the objects and their relations. It defines object types, permitted and required attributes and relation types and their attributes.
    45 
    4633
    4734-------------