Consume REST service using Spring Framework

Asked

Viewed 4,138 times

1

I am developing a web application, using Spring Framework. And I need to consume a service from another application.

I know how to send requisitions POST, through using jquery and ajax, but I want to know if it is possible to do the same, using the server-side, for example in controller of my web application.

It is possible to send http POST requests using spring controller?

1 answer

1


  • Thanks @Diegomagdaleno, this already helps me a lot, thanks.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.