R
R
relgames2014-01-28 16:15:52
Java
relgames, 2014-01-28 16:15:52

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

4 answer(s)
R
Ruslan Lopatin, 2014-01-28
@lorus

JAX-RS

Y
Yogo, 2014-01-29
@Yogo

jersey

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question