Web Server2(Spring REST)

https://dzone.com/articles/creating-a-rest-api-with-java-and-spring

Creating a REST Web Service With Java and Spring

1. HTTP verbs

2. org.springframework.hateoas.

Spring HATEOAS provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.

Features

  • Model classes for link, resource representation models

  • Link builder API to create links pointing to Spring MVC controller methods

  • Support for hypermedia formats like HAL

Last updated