Changes between Version 6 and Version 7 of LEGACY - CaTissueClientAPI


Ignore:
Timestamp:
11/26/10 11:52:48 (14 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - CaTissueClientAPI

    v6 v7  
    1616
    1717=== The Client and The User ===
    18 The client API is invoked within an application entirely separate from the caTissue
     18The client API is invoked within an application entirely separate from the caTissue application. '''They are both separate applications'''. The client will need to be written in Java if it is to use serialized Java domain objects. The client application has a user. How does the user interact with it:
     19  * Web browser?
     20  * Desktop gui?
     21  * Command line?
     22This user interface will need designing and programming. (Also see next point below, which is also relevant).