- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 73字
- 2021-07-02 21:54:45
Writing the REST controller class
Roy Fielding defined and introduced the term Representational State Transfer (REST) in his doctoral dissertation. REST is a style of software architecture for a distributed hypermedia system such as WWW. RESTful refers to those systems that conform to REST architecture properties, principles, and constraints.
Now, you'll create a REST controller to handle the Calculation resource. The controller handles the HTTP requests in the Spring RESTful web service implementation.
推薦閱讀
- JavaScript 程序設計案例教程
- Spring核心技術和案例實戰
- 動手學數據結構與算法
- 零基礎學Python編程(少兒趣味版)
- Laravel Application Development Blueprints
- 計算機系統解密:從理解計算機到編寫高效代碼
- Java EE程序設計與開發實踐教程
- Processing開發實戰
- Python程序員面試算法寶典
- Flask Web開發實戰:入門、進階與原理解析
- Python3從入門到實戰
- Learning Predictive Analytics with R
- C# 7.0核心技術指南(原書第7版)
- Apache Cassandra Essentials
- Mastering Predictive Analytics with R(Second Edition)