A fork of LibrePlan for users of this space.
Find a file
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
contrib/cutycapt Included dependency missing libqt4-svg for CutyCapt 2010-01-16 20:57:03 +01:00
doc ItEr44S02AnaliseItEr43S02: Introduced domain diagrams for order templates 2010-01-25 01:39:31 +01:00
ganttzk ItEr44S10CUGravacionModelosUnidadesTraballoItEr43S12: Having to do a reload due to a zk bug. 2010-01-22 21:23:54 +01:00
ganttzk-demo-webapp ItEr43S18CUMarcarUnidadeTraballoExportableItEr42S25: Renamed methods showEditForm and used methods init (now that window visibility is managed from EditTaskController). 2010-01-21 10:32:11 +01:00
navalplanner-business ItEr44S17CUImportacionRecursosProductivosItEr43S08: First version of migration of criterion REST service to the new semantics of POST. 2010-01-25 11:27:43 +01:00
navalplanner-webapp ItEr44S17CUImportacionRecursosProductivosItEr43S08: First version of migration of criterion REST service to the new semantics of POST. 2010-01-25 11:27:43 +01:00
scripts ItEr44S17CUImportacionRecursosProductivosItEr43S08: First version of migration of criterion REST service to the new semantics of POST. 2010-01-25 11:27:43 +01:00
src/main ItEr29S03ContornaItEr28S03: Activates logging in embedded jetty. 2009-10-11 14:08:10 +02:00
.gitignore ItEr21S06XestionDaComunidadeItEr20S06: Renamed GanttZK module to 'ganttzk' from previous 'navalplanner-gantt-zk' 2009-08-14 14:48:53 +02:00
AUTHORS ItEr14S11CUConfiguracionDeOrganizacionsDeTraballoConUnidadesTraballoItEr13S13: Moved README.txt file to INSTALL file. Added some new typical files, that will be filled in the future. 2009-06-29 15:07:39 +02:00
COPYING ItEr17S06XestionDaComunidadeItEr16S08: Added license info (AGPLv3). 2009-07-19 19:04:07 +02:00
INSTALL ItEr43S07DocumentacionFormacionItEr42S07: INSTALL file explaining how to compile documentation. 2010-01-12 13:43:40 +01:00
NEWS ItEr14S11CUConfiguracionDeOrganizacionsDeTraballoConUnidadesTraballoItEr13S13: Moved README.txt file to INSTALL file. Added some new typical files, that will be filled in the future. 2009-06-29 15:07:39 +02:00
pom.xml ItEr44S16CUAsignacionRecursosEspecificosAPlanificacionItEr37S10: Adding commons-math dependency 2010-01-25 02:22:32 +01:00
README ItEr14S11CUConfiguracionDeOrganizacionsDeTraballoConUnidadesTraballoItEr13S13: Moved README.txt file to INSTALL file. Added some new typical files, that will be filled in the future. 2009-06-29 15:07:39 +02:00
TODO ItEr14S11CUConfiguracionDeOrganizacionsDeTraballoConUnidadesTraballoItEr13S13: Moved README.txt file to INSTALL file. Added some new typical files, that will be filled in the future. 2009-06-29 15:07:39 +02:00