Changes between Version 13 and Version 14 of GIP


Ignore:
Timestamp:
Mar 22, 2011, 3:59:58 AM (13 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIP

    v13 v14  
    1 = Refactor harvesting =
    2 
    3 || '''Date''' || 2011/03/21 ||
    4 || '''Contact(s)''' || Mathieu, Julien ||
    5 || '''Last edited''' || ||
    6 || '''Status''' || draft ||
    7 || '''Assigned to release''' || probably 2.7 ||
    8 || '''Resources''' ||  ||
    9 
    10 == Overview ==
    11 
    12 Here is a proposal for harvesting part refactoring. This module is quite old, with a lot of duplicate code (ie. "align" methods). Moreover, the client side is quite complex with lots of Ajax query, XSL transformations on the client side, old javascript librairies used...
    13 
    14 
    15 === Proposal Type ===
    16  * '''Type''': GUI Change, Core Change
    17  * '''App''': !GeoNetwork
    18  * '''Module''': Harvester, Kernel, Data Manager
    19 
    20 === Voting History ===
    21  * Vote proposed by X on Y, result was +/-n (m non-voting members).
    22 
    23 ----
    24 
    25 == Motivations ==
    26 
    27 Remove duplicate code.
    28 Use librairies up to date.
    29 Store harvesting task into specific model.
    30 
    31 == Proposal ==
    32 
    33 Both server side and client will be refactored based on an object model and on JSON object.
    34 We try to think this new model as generic as it could be in order to be easily extended by any new harvester.
    35 
    36 This new model uses specifics tables in the database to store information about harvesters (HarvestingTask, HarvestingTaskResults...).
    37 
    38 For now, we did a new interface based on ExtJs only for the OAI PMH harvester and we only move this harvester to the new model, there is some work to move all harvesters and to get them working into the trunk.
    39 
    40 === Backwards Compatibility Issues ===
    41 
    42 === New libraries added ===
    43 JSON librairies (Jackson)
    44 http://jackson.codehaus.org/
    45 
    46 Guava for Utils on Java objects.
    47 http://code.google.com/p/guava-libraries/
    48 
    49 == Risks ==
    50 
    51 == Participants ==
    52  * Mathieu, Julien
    53  * OpenWIS project.
    54