Changes between Version 10 and Version 11 of DynamicDatasources


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicDatasources

    v10 v11  
    5050}}} 
    5151   * The return value of crawlObjects is taken from ExitCode, it has predefined values for you. 
    52    * The CrawlerBase does many things for you, for example it provides a dataAccess object, which you use to check if things are new.  
     52   * The CrawlerBase does many things for you, for example it provides a dataAccess object, which you use to check if things are new. This  is essentially like a hash-table for each URI, allowing you to store key=>values for each Id.  
    5353   * For each item you crawl, call handler.objectNew, objectNotModified or objectChanged.