Changes between Version 9 and Version 10 of ApertureDiscussion


Ignore:
Timestamp:
07/04/06 11:17:56 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDiscussion

    v9 v10  
    1414 * con: they have to be written new 
    1515 
    16 === ideaB: add a new  method to Extractor, passing in the file as argument === 
     16=== ideaB: add a new  method to Extractor === 
    1717This is the existing Method: 
    1818{{{extract(URI id, InputStream stream, Charset charset, 
     
    2626 * issue: this depends on ideaC 
    2727 
    28 === ideaB1: create a new Interface FileExtractor, passing in the file as argument === 
     28=== ideaB1: create a new Interface FileExtractor === 
    2929Create a new Interface FileExtractor, that implements only one method. Declare that this interface should only be used in cases, when there is no InputStream-based extraction library available and say that this FileExtractor is mediocre to the normal Extractor. 
    3030{{{extract(URI id, File file, Charset charset, 
     
    3535 * issue: this depends on ideaC 
    3636 
    37 === ideaC: Add a new method getFile() to FileDataObject ==) 
     37=== ideaC: new method getFile() to FileDataObject === 
    3838Add a new method getFile(), returning a file, to FileDataObject. This is easily implemented on File-based data objects (crawling local file system). For remote FileDataObjects, the method will be implemented using a buffering of the InputStream. ideaB and ideaB1 depend on this getFile() method. 
    3939 
     
    6666 * https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/enquire2006/src/java/org/gnogno/enquire2006/api/impl/EditorApiImpl.java 
    6767 
    68 == use reusable web-guis to configure datasources, reusable crawlers, reusable registry == 
    69  
     68== use reusable web-guis to configure datasources == 
     69reusable crawlers, reusable registry 
    7070both gnowsis, autofocus and possible aduna metadata server need guis to configure the datasources (restrictions, passwords, setting and enableing datasources). 
    7171