Changes between Version 9 and Version 10 of ApertureDiscussion
- Timestamp:
- 07/04/06 11:17:56 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDiscussion
v9 v10 14 14 * con: they have to be written new 15 15 16 === ideaB: add a new method to Extractor , passing in the file as argument===16 === ideaB: add a new method to Extractor === 17 17 This is the existing Method: 18 18 {{{extract(URI id, InputStream stream, Charset charset, … … 26 26 * issue: this depends on ideaC 27 27 28 === ideaB1: create a new Interface FileExtractor , passing in the file as argument===28 === ideaB1: create a new Interface FileExtractor === 29 29 Create 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. 30 30 {{{extract(URI id, File file, Charset charset, … … 35 35 * issue: this depends on ideaC 36 36 37 === ideaC: Add a new method getFile() to FileDataObject ==)37 === ideaC: new method getFile() to FileDataObject === 38 38 Add 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. 39 39 … … 66 66 * https://gnowsis.opendfki.de/repos/gnowsis/branches/gnowsis0.9/enquire2006/src/java/org/gnogno/enquire2006/api/impl/EditorApiImpl.java 67 67 68 == use reusable web-guis to configure datasources , reusable crawlers, reusable registry==69 68 == use reusable web-guis to configure datasources == 69 reusable crawlers, reusable registry 70 70 both gnowsis, autofocus and possible aduna metadata server need guis to configure the datasources (restrictions, passwords, setting and enableing datasources). 71 71