Changes between Version 5 and Version 6 of ApertureOpeningDocuments


Ignore:
Timestamp:
10/12/05 14:51:43 (19 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureOpeningDocuments

    v5 v6  
    1010 
    1111 * There may be several alternative ways to open some type a resource. For example, the java.net JDIC project contains functionality for opening files and webpages, we at Aduna have written our own classes to do that, there may be customer-specific implementations, etc. 
     12 
     13 * DataOpener may be a possible interface (already in the gnowsis architecture) that opens DataObjects. They could be related to the DataSource, as all they need to find the DataObject in question would be configured in the DataSource. A tricky DataOpener is (for example) the Mozilla Thunderbird email client: opening emails there is tricky to do but may be related to a conventional IMAP DataSource. Hence, If thunderbird is there, a special DataOpener could work, while when thudnerbird is away, a default text window would show the email. 
     14 
     15= Manipulating Documents - NO = 
     16A second, more deep wish, would be to manipulate data objects. A typical manipulation would be to "move" the file or email from one folder to another or to "send via email" a data object. We have to leave these features out, as they are too hard.