RESTful Java Web Services, 2/e(Paperback)
暫譯: RESTful Java 網路服務,第二版(平裝本)
Purushothaman Jobinesh
- 出版商: Packt Publishing
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 354
- 裝訂: Paperback
- ISBN: 1784399094
- ISBN-13: 9781784399092
-
相關分類:
Java 程式語言、Java 相關技術
已過版
買這商品的人也買了...
-
$780$616 -
$520$411 -
$420$332 -
$509精通 C# 5.0 與 .NET 4.5 高級編程-LINQ, WCF, WPF 和 WF
-
$620$484 -
$580$458 -
$860$731 -
$650$507 -
$352大話代碼架構 (項目實戰版)
-
$1,200$948 -
$403SQL 優化核心思想
-
$301Spring Data JPA 從入門到精通
-
$520$411 -
$350$298 -
$454Spring 微服務架構設計, 2/e
-
$1,710$1,625 -
$564精通Spring Cloud微服務架構
-
$403Vue.js 入門與商城開發實戰
-
$780$608 -
$780$616 -
$403Xamarin 全棧開發技術與實踐 (微課版)
-
$400$340 -
$458Spring Boot 企業級項目開發實戰
-
$650$507 -
$690$538
相關主題
商品描述
Design scalable and robust RESTful web services with JAX-RS and Jersey extension APIs
About This Book
- Get to grips with the portable Java APIs used for JSON processing
- Design solutions to produce, consume, and visualize RESTful web services using WADL, RAML, and Swagger
- A step-by-step guide packed with many real-life use-cases to help you build efficient and secure RESTful web APIs in Java
Who This Book Is For
If you are a web developer with a basic understanding of the REST concepts but are new to the idea of designing and developing RESTful web services, this is the book for you. As all the code samples for the book are written in Java, proficiency in Java is a must.
What You Will Learn
- Introduce yourself to the RESTful software architectural style and the REST API design principles
- Make use of the JSR 353 APIs and Jackson API for JSON processing
- Build portable RESTful web APIs, making use of the JAX-RS 2.0 API
- Simplify API development using the Jersey extension APIs
- Secure your RESTful web services with various authentication and authorization mechanisms
- Get to grips with the various metadata solutions to describe, produce, and consume RESTful web services
- Understand the design and coding guidelines to build well-performing RESTful APIs
- See how the role of RESTful web services changes with emerging technologies and trends
In Detail
REST (REpresentational State Transfer) is a simple yet powerful software architecture style to create scalable web services and allow them to be simple, lightweight, and fast. The REST API uses HTTP and JSON, so that it can be used with many programming languages such as Ruby, Java, Python, and Scala. Its use in Java seems to be the most popular though, because of the API's reusability.
This book is a guide to developing RESTful web services in Java using the popular RESTful framework APIs available today. You will begin with gaining an in-depth knowledge of the RESTful software architectural style and its relevance in modern applications. Further, you will understand the APIs to parse, generate, transform, and query JSON effectively. Then, you will see how to build a simple RESTful service using the popular JAX-RS 2.0 API along with some real-world examples. This book will introduce you to the Jersey framework API, which is used to simplify your web services.
You will also see how to secure your services with various authentication mechanisms. You will get to grips with various solutions to describe, produce, consume, and visualize RESTful web services. Finally, you will see how to design your web services to equip them for the future technological advances, be it Cloud or mobile computing.
By the end of this book, you will be able to efficiently build robust, scalable, and secure RESTful web services, making use of the JAX-RS and Jersey framework extensions.
Style and approach
This book is written as a step-by-step guide to designing and developing robust RESTful web services. Each topic is explained in a simple and easy-to-understand manner with lots of real-life use-cases and their solutions.
商品描述(中文翻譯)
**設計可擴展且穩健的 RESTful 網路服務,使用 JAX-RS 和 Jersey 擴展 API**
## 本書介紹
- 熟悉用於 JSON 處理的可攜式 Java API
- 設計解決方案以生成、消費和可視化 RESTful 網路服務,使用 WADL、RAML 和 Swagger
- 一本包含許多實際案例的逐步指南,幫助您在 Java 中構建高效且安全的 RESTful 網路 API
## 本書適合誰
如果您是一位對 REST 概念有基本了解的網頁開發者,但對設計和開發 RESTful 網路服務的想法還不熟悉,那麼這本書就是為您而寫的。由於本書的所有程式碼範例均使用 Java 編寫,因此精通 Java 是必須的。
## 您將學到什麼
- 了解 RESTful 軟體架構風格及 REST API 設計原則
- 使用 JSR 353 API 和 Jackson API 進行 JSON 處理
- 構建可攜式的 RESTful 網路 API,利用 JAX-RS 2.0 API
- 使用 Jersey 擴展 API 簡化 API 開發
- 使用各種身份驗證和授權機制來保護您的 RESTful 網路服務
- 熟悉各種元數據解決方案,以描述、生成、消費和可視化 RESTful 網路服務
- 理解設計和編碼指南,以構建性能良好的 RESTful API
- 了解隨著新興技術和趨勢,RESTful 網路服務的角色如何變化
## 詳細內容
REST(表現層狀態轉移)是一種簡單而強大的軟體架構風格,用於創建可擴展的網路服務,並使其簡單、輕量且快速。REST API 使用 HTTP 和 JSON,因此可以與許多程式語言一起使用,如 Ruby、Java、Python 和 Scala。然而,在 Java 中的使用似乎是最受歡迎的,因為該 API 的可重用性。
本書是一本指導您使用當前流行的 RESTful 框架 API 在 Java 中開發 RESTful 網路服務的指南。您將首先深入了解 RESTful 軟體架構風格及其在現代應用中的相關性。此外,您將了解有效解析、生成、轉換和查詢 JSON 的 API。接著,您將看到如何使用流行的 JAX-RS 2.0 API 構建一個簡單的 RESTful 服務,並提供一些實際案例。本書將介紹 Jersey 框架 API,該 API 用於簡化您的網路服務。
您還將學習如何使用各種身份驗證機制來保護您的服務。您將熟悉各種解決方案,以描述、生成、消費和可視化 RESTful 網路服務。最後,您將了解如何設計您的網路服務,以使其能夠應對未來的技術進步,無論是雲端還是行動計算。
在本書結束時,您將能夠有效地構建穩健、可擴展且安全的 RESTful 網路服務,利用 JAX-RS 和 Jersey 框架擴展。
## 風格與方法
本書以逐步指南的形式撰寫,旨在設計和開發穩健的 RESTful 網路服務。每個主題都以簡單易懂的方式解釋,並附有許多實際案例及其解決方案。