Changes between Version 20 and Version 21 of DynamicDatasources
- Timestamp:
- 04/19/06 17:32:43 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v20 v21 19 19 [[Image(Picture 1.png)]] 20 20 * Create a new class that implements DataSourceFactory, add unimplemented methods, make newInstance return a new instance of the same class. 21 [[Image(Picture 2.png)]] 21 22 * 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. 22 23 {{{