agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
80 stars 34 forks source link

Spring webmvc @RestController support #369

Open blaluc opened 5 years ago

blaluc commented 5 years ago

I would like to integrate AgRest in an existing Spring Boot application whose REST services are written using Spring RestControllers instead of Jersey JAX-RS. Is that possible?

Thanks in advance

andrus commented 5 years ago

At the moment Agrest depends on JAX-RS. Though the dependency is not that deep, so in theory with some of the core refactoring it should be possible to build a Spring front for it.