Changes between Version 4 and Version 5 of ApertureDiscussion
- Timestamp:
- 06/07/06 09:47:59 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDiscussion
v4 v5 1 Open Issues in Aperture: 1 = Open Issues in Aperture = 2 2 3 = DataOpener.open(uri)=3 == DataOpener.open(uri) == 4 4 should throw a "NotFoundException" if the element does not exist. 5 5 That 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 7 This blocks: 8 * https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/enquire2006/src/java/org/gnogno/enquire2006/api/impl/EditorApiImpl.java 9 6 10 7 11 = Related DataOpeners to DataSources = … … 16 20 * Add a new method to DataSource - getDataOpener which returns an instance of DataOpener (or uses the DataOpenerRegistry internally, when not defining own DataOpeners). 17 21 18 = Vocabulary: use DC instead of data = 22 This 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 == 19 26 20 27 We 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. 21 28 22 = build.xml=29 == build.xml == 23 30 remove the "init" target, everything in there can be top-level. 24 31 - simplifies the ant file. … … 27 34 = old aperture pages = 28 35 * ApertureArchitecture 36