Changes between Version 8 and Version 9 of refactoring_harvesters
- Timestamp:
- 06/23/11 04:40:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
refactoring_harvesters
v8 v9 156 156 * At the time being, only those harvesters are fully implemented (both client and server side) CSW, File system, Geonetwork, OAIPMH and Webdav. 157 157 * As this implementation is based on Geonetwork 2.6.0, what about new features compliance : ie. harvesting history, schema management 158 * Non conventionnal harvesters are not yet implemented and might be out of the scope of the generic model... (ie. threeds, WFS fragments)158 * this approach breaks out the results into separate table fields and tries to create a common result object for all the harvesters - this might be ok for almost all simpler harvesters - but it might need a little more thought for some of the other harvesters (ie. Z39.50, THREDDS and WFS Feature harvesters). 159 159 * the java object model implies lots of modifications in the sources. For instance, we do not have anymore multiple methods in the !DataManager to handle metadata insert or import... the same for update and delete. We also need to introduce object such as Group, Category and dedicated managers... 160 160