- 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.
推薦閱讀
- Learning Neo4j
- Learning C# by Developing Games with Unity 2020
- Objective-C應用開發全程實錄
- Learn to Create WordPress Themes by Building 5 Projects
- DevOps for Networking
- JavaScript+jQuery開發實戰
- Learning Bayesian Models with R
- Banana Pi Cookbook
- 基于Swift語言的iOS App 商業實戰教程
- 碼上行動:用ChatGPT學會Python編程
- Java EE核心技術與應用
- Mobile Device Exploitation Cookbook
- PHP+Ajax+jQuery網站開發項目式教程
- Unity Android Game Development by Example Beginner's Guide
- Julia High Performance(Second Edition)