Changes between Version 11 and Version 12 of DynamicDatasources
- Timestamp:
- 04/12/06 16:54:42 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v11 v12 50 50 }}} 51 51 * 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. This is essentially like a hash-table for each URI, allowing you to store key=>values for each Id .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, and it has predefined keys for date and size. 53 53 * For each item you crawl, call handler.objectNew, objectNotModified or objectChanged.