Skip to content

ankurmitujjain/spring-rest

 
 

Repository files navigation

spring-rest

Samples of RESTful web services using Spring MVC

  • rest_test: Implementation of RESTful web services using Spring MVC. The application controller contains several CRUD operations that are tested using the restTemplate class.

    Blog post related to this project: http://xpadro.blogspot.com.es/2013/02/create-and-test-rest-services-with.html

  • rest-converters: This project shows how message converters work when using the RestTemplate class. Depending on which Object is returned by the controller, a different converter will be applied to the response body.

    Blog post related to this project: http://xpadro.blogspot.com.es/2013/02/accessing-restful-services-http-message.html

  • rest-controlleradvice: Shows how to centralize exception handling from different controllers using the @ControllerAdvice annotation.

    Blog post related to this project: http://xpadro.blogspot.com.es/2013/03/centralize-validation-and-exception.html

  • rest-subresources: This is a JAX-RS project that uses a subresource locator which decide at runtime what subresource will be returned.

    Blog post related to this project: http://xpadro.blogspot.com.es/2013/05/handling-different-subresources-with.html

  • spring-rest-api-v32: A Spring MVC RESTful web application. This app implements a REST API which accesses a MongoDB database in order to handle data from TV series. It also contains examples on how to implement integration tests (mockMvc) and functional tests (restTemplate). This project has been implemented in Spring 3.2.3 version and has been used as a base to implement the spring-rest-api-v4 project (also in this repository).

    Blog post related to this project: N/A

  • spring-rest-api-v4: This project is the result of taking spring-rest-api-v32 (also in this repository) and upgrading it to version 4.0.0.RELEASE. It also contains some of the improvements included in this version of Spring, as commented in the blog entry.

    Blog post related to this project: http://xpadro.blogspot.com.es/2014/01/migrating-spring-mvc-restful-web.html

About

Samples of RESTful web services using Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published