Changes between Initial Version and Version 5 of Ticket #502


Ignore:
Timestamp:
Feb 17, 2017, 11:10:27 AM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #502

    • Property Status newassigned
    • Property Cc Vlad Merticariu Dimitar Misev added
    • Property Summary DbMetadataSource and Coverageclass needs refactoringORM in petascope with Spring Boot
    • Property Priority majorcritical
    • Property Version 8.5development
    • Property Milestone Future9.4
    • Property Owner changed from Piero Campalani to Vlad Merticariu
  • Ticket #502 – Description

    initial v5  
     1Updated: Petascope will change to use Spring to make the legacy code easier to maintain, especially the Data Access Layer which is dependent to Postgresql which will use Hibernate to decouple.
     2
    13Class `petascope.core.DbMetadataSource` is very fat, getting fatter. Its .read() method especially.
    24On one side there is the need for a more handy interface with the database (maybe through Java persistence APIs, or some other ORM).