I am using Spring MVC and want to develop a website that uses REST API provided by LinkedIn. I am very new to REST and have no Idea of how to use REST and retrieve data. I want a full tutorial so as to start up with my REST application. Please help me out through this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
For consuming RESTful services the core class provided by spring is The spring blog has a pretty good article on how to use the RestTemplate. A very simplified example is:
|
|||||||||||||
|
|
Here are some examples for Rest API with spring framework. example 1 and example 2. And if you want to know more about REST with Jave then RESTful Web Services JAVA is a helpfull link. |
||||
|
|