I am completely new to this topic. I have got a server application on which I have to hit a REST request.
Now should it be done directly from HTML file or I need to implement a Java client (like Jersey client) to forward my REST request.
Which one is more useful and for what scenarios?