- Jakarta EE Cookbook
- Elder Moraes
- 116字
- 2021-06-24 16:12:36
Running your first JAX-RS 2.1 code
Jakarta RESTful Web Service, previously known as JAX-RS, is an API designed to give a portable and standard way of building RESTful web services in Java. This is one of the most widely used technologies for transporting data between different applications that use a network (the internet included) for communication.
One of the coolest features introduced by the 2.1 release is Server-Sent Events (SSE), which will be covered in this recipe. SSE is a specification created by HTML5, where it has established a channel between server and client, one way only from server to client. It is a protocol that transports a message containing some data.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰(zhàn)
- Node.js Design Patterns
- 數據庫程序員面試筆試真題與解析
- 造個小程序:與微信一起干件正經事兒
- Learning Spring 5.0
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Canvas Cookbook
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- C++從入門到精通(第6版)
- Mastering ASP.NET Core 2.0
- Java高手是怎樣煉成的:原理、方法與實踐
- Python物理建模初學者指南(第2版)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- C語言程序設計