Changes between Version 3 and Version 4 of ApertureOpeningDocuments


Ignore:
Timestamp:
10/12/05 14:15:01 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureOpeningDocuments

    v3 v4  
    99 * !DataAccessors actually retrieve the files/webpages/..., which is often not necessary for some !DataObject openers. For example, for opening a local file you can instruct Windows to do just that. Similarly, a web page can be retrieved and shown by a web browser, there is no need for our codebase to retrieve the contents and feed it to the browser. 
    1010 
    11  * There may be several alternative ways of opening a resource. For example, the java.net JDIC project contains functionality for opening files and webpages, we have our own classes to do that, there may be customer-specific implementations, etc. 
     11 * 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. 
    1212 
    1313This may be a good reason to decouple this functionality from the !DataAccessor and run it in a parallel service.