they ask me to do POST, GET and PUT with a JSON to a middleware server, they gave me a URL to make my connection and send a JSON to then do the respective GET yPUT, the POST, GET and PUT have an address every one For example: POST / Net / Person
The problem is that I have no idea how to do this, I do not want to put all the code I just want to know where I should start looking or what I can do to do it.
Until now I have seen that it has to be done with maven and jersey, but I do not know if this really will work or not.