- Building a RESTful Web Service with Spring
- Ludovic Dewailly
- 151字
- 2021-07-09 21:44:50
Chapter 1. A Few Basics
With the prominence of the Internet and the ubiquity of HTTP in today's world, web services have become the main means for web-based systems to interoperate with each other. A web service is an interface that provides access to a web-facing system for clients and other services to consume.
Simple Object Access Protocol (SOAP) used to be the de facto choice for building such services. SOAP is an XML-based communication protocol, leveraging open standards. However, in recent years Representational State Transfer (REST) has become a very popular alternative to traditional SOAP web services. So, let's take a look at the principles behind REST. This chapter will cover the following topics:
- Discussions of the REST principles
- How the Spring Framework can help in the building of RESTful web services
- A sample RESTful web service that will provide the backdrop for the rest of this book
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- 密碼學原理與Java實現
- 數據庫系統原理及MySQL應用教程
- 游戲程序設計教程
- 用戶體驗增長:數字化·智能化·綠色化
- R語言與網絡輿情處理
- Visual Basic程序設計教程
- 零基礎學C語言(第4版)
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 高效使用Greenplum:入門、進階與數據中臺
- 計算機組裝與維護(第二版)
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- 計算機軟件項目實訓指導
- Learning Azure DocumentDB