Changes between Version 1 and Version 2 of DynamicDatasources
- Timestamp:
- 04/11/06 14:50:31 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v1 v2 1 1 Adding new datasources to Gnowsis is easy, a new datasource needs to define at minimum three classes: 2 2 3 1 A class implementing Aperture:DataSourceFactory4 1 A class implementing Aperture:CrawlerFactory a5 1 A class extending Gnowsis:ConfigPanel3 1. A class implementing Aperture:DataSourceFactory 4 1. A class implementing Aperture:CrawlerFactory a 5 1. A class extending Gnowsis:ConfigPanel 6 6 7 7 Pack these classes up in a jar, write a sensible manifest and put them in ~/.gnowsis-beta/datasources