TASKPM/scripts
Fernando Bellas Permuy 1091ede3ca ItEr44S17CUImportacionRecursosProductivosItEr43S08: First version of migration of criterion REST service to the new semantics of POST.
IMPORTANT: CriterionType and Criterion tables must be removed because they now need "code" column with non-null values. Any row in any other table refering to CriterionType and Criterion instances must also probably be removed. In consequence, it is probably better to remove all databases (navaldev, navaldevtest, navalprod and navalprodtest).

This first version does not implement updates yet (only insertions) and does not detect repeated codes in the entities being imported (repeated codes in database are detected). "code" attribute has now been added to entities, and "num-instance" + "code" + "entity-type" attribute has been added to InstanceConstraintViolationsDTO.

This effort has been implemented creating reusable classes (to facilitate migration of the rest of services) and with a non-invasive approach (to make possible migrate each service individually and minimize the number of changes to the current code [specially testing code]).

Some existing methods/attributes in existing reusable classes (e.g. Util, InstanceConstraintViolationsDTO) have been deprecated (to support migration of services incrementally) and new ones have been implemented.

New reusables clases have been implemented: IntegrationEntity (all entities used in application integration must extend from this one), IIntegrationEntityDAO, IntegrationEntityDAO, InstanceConstraintViolationsDTOId (identifier for an instance causing a list of constraint violations), and IntegrationEntityDTO (all entity DTOs must extend from this one). Please, have a look to the JavaDoc of such classes.
2010-01-25 11:27:43 +01:00
..
rest-clients ItEr44S17CUImportacionRecursosProductivosItEr43S08: First version of migration of criterion REST service to the new semantics of POST. 2010-01-25 11:27:43 +01:00
gettext-keys-generator.pl ItEr37S06ValidacionEProbasFuncionaisItEr36S07: [Bug #113] Convert absolute paths to relative paths in keys.pot and locales.po files 2009-12-03 16:26:46 +01:00
navalapp-all-keys-generator.sh ItEr34S15ArquitecturaServidorItEr33S13: Added script for generating all keys.pot files in all submodules 2009-11-16 11:05:26 +01:00
navalapp-application-update.sh ItEr32S13ImplantacionAplicacionItEr31S16: Update scripts and installation howtos 2009-10-28 22:16:08 +01:00
navalapp-database-update.sh ItEr32S13ImplantacionAplicacionItEr31S16: Update scripts and installation howtos 2009-10-28 22:16:08 +01:00
navalapp-scripts-update.sh ItEr32S13ImplantacionAplicacionItEr31S16: Update scripts and installation howtos 2009-10-28 22:16:08 +01:00