Answer the question
In order to leave comments, you need to log in
What to use for REST calls?
There is an idea to make the application distributed and scalable, consisting of small components that communicate with each other via the REST API (we plan to open this API to the outside world).
Is there some out of the box solution to hide the low level part? Here is a service that implements a certain interface. It needs to be called from another module. Ideally, you just want to pull some proxy object that implements this interface (like RMI but on REST).
How to do it?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question