- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 181字
- 2021-07-23 19:24:30
RESTful services
RESTful services are a key technology for making computer systems talk to each other and, more specifically, making application frontends talk to their backends, and sometimes to other third-party integrations. They are functions that are deployed on a server and can be called remotely from any other system. RESTful is not just another protocol for remoting with HTTP; it's a full architectural style used to build your enterprise applications and make them extensible by other modules or separate systems.
In Chapter 5, Exposing Web Services with JAX-RS 2.1, we will learn what RESTful services are and how to create your own RESTful services using JAX-RS. Moreover, we'll learn how to use Postman to test your RESTful services. JAX-RS topics such as accepting and processing user parameters, producing JSON responses, and uploading files are all covered in this chapter. In the final section, we'll learn about the newly introduced support for server-sent events in JAX-RS and look at examples of how to use it to provide your clients with on-demand real-time notifications about different business events.
- Java逍遙游記
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- 正則表達式經典實例(第2版)
- C#程序設計
- Python編程從0到1(視頻教學版)
- Node.js:來一打 C++ 擴展
- 微信小程序開發與實戰(微課版)
- Fast Data Processing with Spark(Second Edition)
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Learning Bootstrap 4(Second Edition)
- 從零開始學UI:概念解析、實戰提高、突破規則
- UI動效設計從入門到精通
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Mastering JavaScript Promises
- Learning ROS for Robotics Programming