Skip to content

Convert JsonService and other non-SciJava services into SciJava services #31

Description

@PetrBainar

There is a class named JsonService in the ImageJ Server project. This service however is NOT a SciJava service. Since ImageJ Server relies on SciJava, which has got an own service model, the fact that JsonService is not a SciJava service causes certain confusion.

@ctrueden pointed out in #30

I think part of the confusion is that the Dropwizard stack has its own service model, so the term "service" becomes technically ambiguous in this project. And further adding to this confusion: I don't think the JsonService is a Dropwizard service either! 😆 It would be nice if someone who takes the time to understand both architectures (SciJava and Dropwizard) could clean up this project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions