Changes between Version 7 and Version 8 of DynamicDatasources


Ignore:
Timestamp:
04/12/06 16:07:45 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicDatasources

    v7 v8  
    3636public static URI TYPE=new URIImpl("http://example.org/RSSDataSource"); 
    3737}}} 
    38  * Create a new class that extends CrawlerBase.  
     38 * Create a new class that extends CrawlerBase, and add a constructor that takes a DataSource, and calls super(); and setDataSource with the argument. Use this constructor to return a new crawler instance in your crawlerFactory class. 
     39 * Now the crawlerFactory, DataSource and DataSource factory classes are all finished - only the meat remains, implementing the crawlObjects method.