Changes between Version 21 and Version 22 of DynamicDatasources
- Timestamp:
- 04/19/06 17:38:47 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicDatasources
v21 v22 56 56 == ConfigPanel == 57 57 58 Make a class that extends JPanel and Implements org.gnogno.datasource.cfgpanels.ConfigPanel. 59 60 This 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 58 66 == Manifest == 67 68 Gnowsis needs your jar to have a manifest file with special fields to know what classes to deploy. 59 69 60 70 An example MANIFEST.MF: … … 80 90 = Download = 81 91 82 Download the example I constructed on this page: http://www.dfki.uni-kl.de/~grimnes/2006/04/RSSExampleDataSource/RSSExampleDataSourceDist.zip92 A 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