Changes between Version 7 and Version 8 of DynamicDatasources
- Timestamp:
- 04/12/06 16:07:45 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v7 v8 36 36 public static URI TYPE=new URIImpl("http://example.org/RSSDataSource"); 37 37 }}} 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.