Changes between Version 8 and Version 9 of Bolsena2010


Ignore:
Timestamp:
Mar 26, 2010, 4:44:13 PM (14 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bolsena2010

    v8 v9  
    2222 * The class {{{DataManager.java}}} and its sister {{{XMLSerializer.java}}} are in particularly bad shape, in my opinion. There are literally dozens of public methods that all do more or less the same thing. Of course it's not clearly documented why they are all there or when to use which. Would it be too drastic to propose that we keep 1 single public method for each of the functions ''createMetadata'', ''updateMetadata'', ''validateMetadata'', etc. ?
    2323
    24  * Any relevant software going on that might be useful for GeoNetwork? Think of [http://mapproxy.org/ Map Proxy] and [http://geojquery.org/wiki/doku.php GeoJQuery]. Other ones?
     24 * Any relevant software going on that might be useful for GeoNetwork? Think of [http://mapproxy.org/ MapProxy] and [http://geojquery.org/wiki/doku.php GeoJQuery]. Other ones?
    2525
    2626 * In the [http://nationaalgeoregister.nl NGR] project, a modification to the code around the editor called ''Inflation and Vacuum'' is implemented, that makes it much easier to create valid metadata from scratch. In essence it takes the function of {{{update-fixed-info.xsl}}} (which also tries to do some automatic adjustments to help things along) a whole seven miles further. What do the developers think of this? (I'll provide documentation sometime soon).