Changes between Version 17 and Version 18 of DynamicDatasources


Ignore:
Timestamp:
04/19/06 17:29:10 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicDatasources

    v17 v18  
    1717 * Create a new Eclipse project, copy the main aperture jar (mine is aperture-2006.1-alpha-2.jar) and the 3 sesame jars into the project and add them to the build-path.  
    1818 * Create a new class that implements CrawlerFactory, tell Eclipse to add all unimplemented methods. 
     19attachment:"picture 1.jpg" 
    1920 * Create a new class that implements DataSourceFactory, add unimplemented methods, make newInstance return a new instance of the same class. 
    2021 * Create a new class that extends DataSourceBase - create a public static URI called TYPE, and return this in the getType(). Make DataSourceFactory.getSupportedType and CrawlerFactory.getSupportedTypes return the same. 
     
    7879= Download =  
    7980 
    80 Download the example I constructed on this page:   
     81Download the example I constructed on this page: http://www.dfki.uni-kl.de/~grimnes/2006/04/RSSExampleDataSource/RSSExampleDataSourceDist.zip