Changes between Version 21 and Version 22 of DynamicDatasources


Ignore:
Timestamp:
04/19/06 17:38:47 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DynamicDatasources

    v21 v22  
    5656== ConfigPanel ==  
    5757 
     58Make a class that extends JPanel and Implements org.gnogno.datasource.cfgpanels.ConfigPanel.  
     59 
     60This can be really simple if your datasource needs very little configuration. Some things to look out for:  
     61 
     62 * Make sure you set the boolean field 'edit' to true if any fields are changed.  
     63 * The newConfig method is never called so leave it blank :)  
     64  
     65 
    5866== Manifest == 
     67 
     68Gnowsis needs your jar to have a manifest file with special fields to know what classes to deploy.  
    5969 
    6070An example MANIFEST.MF:  
     
    8090= Download =  
    8191 
    82 Download the example I constructed on this page: http://www.dfki.uni-kl.de/~grimnes/2006/04/RSSExampleDataSource/RSSExampleDataSourceDist.zip 
     92A working example speaks louder than alot of words, so download the example I constructed on this page: http://www.dfki.uni-kl.de/~grimnes/2006/04/RSSExampleDataSource/RSSExampleDataSourceDist.zip