Changes between Version 1 and Version 2 of Design


Ignore:
Timestamp:
02/10/12 12:42:02 (13 years ago)
Author:
hendrikvanantwerpen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Design

    v1 v2  
    99The software is divided in three main components.
    1010
    11 The [{Design/Server]] is responsible for storing the data in a database and enforcing domain logic on any operation on the data.
     11The [[Design/Server]] is responsible for storing the data in a database and enforcing domain logic on any operation on the data.
    1212
    1313The [[Design/Client]] is responsible for viewing the data and allowing the users to interact with the tool.
    1414
    15 The [{Design/API]] links the server and the client together via a JSON driven protocol.
     15The [[Design/API]] links the server and the client together via a JSON driven protocol.