- 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.
推薦閱讀
- 一步一步學(xué)Spring Boot 2:微服務(wù)項目實戰(zhàn)
- C語言程序設(shè)計實踐教程(第2版)
- HTML5移動Web開發(fā)技術(shù)
- CockroachDB權(quán)威指南
- Beginning Java Data Structures and Algorithms
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- Vue.js快速入門與深入實戰(zhàn)
- 三維圖形化C++趣味編程
- Hands-On Microservices with Kotlin
- Getting Started with Python Data Analysis
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- Microsoft Azure Storage Essentials
- Spring Boot+Vue全棧開發(fā)實戰(zhàn)
- Programming Microsoft Dynamics? NAV 2015
- Unity 2017 Game AI Programming(Third Edition)