Skip to content

Web services output should not depend on the chosen DAL implementation #11

@gcolbert

Description

@gcolbert

At the moment we use annotations in the ACEM-dal-relational-database module to prevent infinite loops (e.g. @JsonIgnore, @JsonManagedReference and @JsonBackReference).

However, the structure of the /rest/resources/categories is not the same when we use the graph database.

A solution would be to use DTOs, as mentionned in https://stackoverflow.com/questions/33451029/how-can-web-services-be-independant-from-the-dal-implementations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions