GithubHelp home page GithubHelp logo

spring-rest's Introduction

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

spring-rest's People

Contributors

xpadro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.