Changes between Version 4 and Version 5 of ApertureDiscussion


Ignore:
Timestamp:
06/07/06 09:47:59 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDiscussion

    v4 v5  
    1 Open Issues in Aperture: 
     1= Open Issues in Aperture = 
    22 
    3 = DataOpener.open(uri) = 
     3== DataOpener.open(uri) == 
    44should throw a "NotFoundException" if the element does not exist. 
    55That is a fallback: if the element was moved, the calling gui that uses DataOpener could then search for the new location of the element and suggest a new location. The new URI could then work better. 
     6 
     7This blocks: 
     8 * https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/enquire2006/src/java/org/gnogno/enquire2006/api/impl/EditorApiImpl.java 
     9 
    610 
    711= Related DataOpeners to DataSources = 
     
    1620 * Add a new method to DataSource - getDataOpener which returns an instance of DataOpener (or uses the DataOpenerRegistry internally, when not defining own DataOpeners).  
    1721 
    18 = Vocabulary: use DC instead of data = 
     22This blocks: 
     23 * https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/enquire2006/src/java/org/gnogno/enquire2006/api/impl/EditorApiImpl.java 
     24 
     25== Vocabulary: use DC instead of data == 
    1926 
    2027We are using many properties of Dublic Core, but redefining them. For compabilities sake, we should inlcude the real DC vocabularies right from the start, and not use our own uris. 
    2128 
    22 = build.xml = 
     29== build.xml == 
    2330remove the "init" target, everything in there can be top-level. 
    2431- simplifies the ant file. 
     
    2734= old aperture pages = 
    2835 * ApertureArchitecture 
     36