imagej / imagej-server

A RESTful web server for ImageJ [EXPERIMENTAL]
Apache License 2.0
39 stars 17 forks source link

Json service #4

Closed lnyng closed 7 years ago

lnyng commented 7 years ago

This branch adds JsonService and ObjectService. But actually it also does some small improvements and adds some small features. See commit messages for more information.

Notes: No test yet One test for DefaultJsonService is out. Integration test is on the way. Not fully integrated with ImageJ (need to manually create a yml config file) Not sure if the use of context dependencies inject in 9abd7a80850502563a4fe0a8fcb3d8daac36258c is a good idea. Consider other improvements: create FileService and Utils