Changes between Version 3 and Version 4 of DynamicDatasources
- Timestamp:
- 04/12/06 14:09:13 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v3 v4 4 4 1. A class implementing Aperture:CrawlerFactory a 5 5 1. A class extending Gnowsis:ConfigPanel 6 7 The factory classes have to have constructors that take no parameters, so that we can instantiate them with class.newInstance(). 6 8 7 9 Pack these classes up in a jar, write a sensible manifest and put them in ~/.gnowsis-beta/datasources … … 17 19 Gnowsis-DS-Icon: /org/gnowsis/data/datasource/rss/rssicon.png 18 20 Gnowsis-DS-Label: RSS Datasource 19 Gnowsis-DS-URI: http://example.org/RSSDatasource20 21 Gnowsis-DS-Desc: A datasource for crawling RSS feeds. 21 22 }}}