Changes between Initial Version and Version 1 of DynamicDatasources


Ignore:
Timestamp:
04/11/06 14:49:14 (18 years ago)
Author:
Gunnar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicDatasources

    v1 v1  
     1Adding new datasources to Gnowsis is easy, a new datasource needs to define at minimum three classes:  
     2 
     3 1 A class implementing Aperture:DataSourceFactory 
     4 1 A class implementing Aperture:CrawlerFactory a 
     5 1 A class extending Gnowsis:ConfigPanel  
     6 
     7Pack these classes up in a jar, write a sensible manifest and put them in ~/.gnowsis-beta/datasources 
     8