- 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.
推薦閱讀
- Cocos2D-X權(quán)威指南(第2版)
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- JavaFX Essentials
- 64位匯編語言的編程藝術(shù)
- Functional Programming in JavaScript
- Learn WebAssembly
- STM32F0實(shí)戰(zhàn):基于HAL庫開發(fā)
- GameMaker Programming By Example
- Raspberry Pi Robotic Blueprints
- Machine Learning With Go
- OpenCV 3 Blueprints
- App Inventor少兒趣味編程動(dòng)手做
- 3D Printing Designs:The Sun Puzzle
- Mastering Unreal Engine 4.X
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)