R2dbc Revealed: Reactive Relational Database Connectivity for Java and Jvm Programmers
            
暫譯: R2dbc 揭密:針對 Java 和 JVM 程式設計師的反應式關聯資料庫連接
        
        Hedgpeth, Robert
買這商品的人也買了...
- 
                
                   無瑕的程式碼-敏捷完整篇-物件導向原則、設計模式與 C# 實踐 (Agile principles, patterns, and practices in C#) 無瑕的程式碼-敏捷完整篇-物件導向原則、設計模式與 C# 實踐 (Agile principles, patterns, and practices in C#)$790$616
- 
                
                   Microservices Patterns: With examples in Java (Paperback) Microservices Patterns: With examples in Java (Paperback)$1,890$1,796
- 
                
                   Working Effectively with Legacy Code : 管理、修改、重構遺留程式碼的藝術 (中文版) Working Effectively with Legacy Code : 管理、修改、重構遺留程式碼的藝術 (中文版)$720$562
- 
                
                   $352Go程序員 面試演算法寶典 $352Go程序員 面試演算法寶典
- 
                
                   $477Rust 權威指南 (The Rust Programming Language (Covers Rust 2018)) $477Rust 權威指南 (The Rust Programming Language (Covers Rust 2018))
- 
                
                   Python × Network 一拍即合:自動化、程式化和 DevOps 的一站式解決方案 (Mastering Python Networking, 3/e) Python × Network 一拍即合:自動化、程式化和 DevOps 的一站式解決方案 (Mastering Python Networking, 3/e)$780$608
- 
                
                   再強一點:用 Go語言完成六個大型專案 再強一點:用 Go語言完成六個大型專案$780$616
- 
                
                   $1,400Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch $1,400Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch
- 
                
                   黑帽 Python|給駭客與滲透測試者的 Python 開發指南, 2/e (Black Hat Python : Python Programming for Hackers and Pentesters, 2/e) 黑帽 Python|給駭客與滲透測試者的 Python 開發指南, 2/e (Black Hat Python : Python Programming for Hackers and Pentesters, 2/e)$450$356
- 
                
                   Spring REST API 開發與測試指南|使用 Swagger、HATEOAS、JUnit、Mockito、PowerMock、Spring Test Spring REST API 開發與測試指南|使用 Swagger、HATEOAS、JUnit、Mockito、PowerMock、Spring Test$580$493
- 
                
                   Linux 網路內功修煉 - 徹底了解底層原理及高性能架構 Linux 網路內功修煉 - 徹底了解底層原理及高性能架構$780$663
- 
                
                   演算法生存指南(書況差限門市銷售) 演算法生存指南(書況差限門市銷售)$800$632
- 
                
                   The Rust Programming Language, 2/e (Paperback) The Rust Programming Language, 2/e (Paperback)$1,800$1,710
- 
                
                   Smaller C|用於小型機器之精實程式碼 (Smaller C: Lean Code for Small Machines) Smaller C|用於小型機器之精實程式碼 (Smaller C: Lean Code for Small Machines)$680$537
- 
                
                   白話機器學習 白話機器學習$780$616
- 
                
                   React 思維進化:一次打破常見的觀念誤解,躍升專業前端開發者(iThome鐵人賽系列書)【軟精裝】 React 思維進化:一次打破常見的觀念誤解,躍升專業前端開發者(iThome鐵人賽系列書)【軟精裝】$790$616
- 
                
                   Python 風格徹底研究|超詳實、好理解的 Python 必學主題 (Dead Simple Python) Python 風格徹底研究|超詳實、好理解的 Python 必學主題 (Dead Simple Python)$980$774
- 
                
                   遞迴演算法大師親授面試心法:Python 與 JavaScript 解題全攻略 (The Recursive Book of Recursion) 遞迴演算法大師親授面試心法:Python 與 JavaScript 解題全攻略 (The Recursive Book of Recursion)$680$530
- 
                
                   建構機器學習系統實踐指南 建構機器學習系統實踐指南$620$490
- 
                
                   機器學習的訓練資料 (Training Data for Machine Learning) 機器學習的訓練資料 (Training Data for Machine Learning)$780$616
- 
                
                   資料工程基礎|規劃和建構強大、穩健的資料系統 (Fundamentals of Data Engineering) 資料工程基礎|規劃和建構強大、穩健的資料系統 (Fundamentals of Data Engineering)$980$774
- 
                
                   讓 AI 好好說話!從頭打造 LLM (大型語言模型) 實戰秘笈 讓 AI 好好說話!從頭打造 LLM (大型語言模型) 實戰秘笈$680$537
- 
                
                   日式 RPG 編年史:從 DQ 到 FF,角色扮演遊戲敘事手法完全剖析 日式 RPG 編年史:從 DQ 到 FF,角色扮演遊戲敘事手法完全剖析$380$300
- 
                
                   軟體工程師的英語使用守則:English for Developers 軟體工程師的英語使用守則:English for Developers$420$357
- 
                
                   內行人才知道的系統設計面試指南 第二輯 (System Design Interview – An Insider's Guide: Volume 2) 內行人才知道的系統設計面試指南 第二輯 (System Design Interview – An Insider's Guide: Volume 2)$820$648
商品描述
Examples in the book are worked using the freely available MariaDB database along with MariaDB's vendor-implementation of the R2DBC service-provider interface (SPI). Following along with the examples and the provided example code helps prepare you to work with any of the growing number of R2DBC implementations for popular enterprise databases such as Oracle Database and SQL Server. You'll be well prepared for what is becoming the future of database access from Java and other languages built on the JVM. What You Will Learn
- Understand why R2DBC was created and how it utilizes the Reactive Streams API
- Understand the components of the R2DBC service-provider interface
- Create and manage reactive database connections and connection pools using an R2DBC client
- Programmatically execute queries on a relational database using an R2DBC client
- Effectively utilize transactions using an R2DBC client
- Build relational database-driven applications that are event-driven and non-blocking
Who This Book Is For
Software developers building solutions using JVM languages and the JVM ecosystem, and developers who need an introduction to the R2DBC specification and reactive programming with relational databases and want to understand what Reactive Relational Database Connectivity is and why it came about. This book includes practical examples of using the R2DBC specification with Java and MariaDB that will provide developers with the knowledge they need to create their own solutions.
商品描述(中文翻譯)
了解針對使用 Java、Kotlin、Clojure 及其他基於 JVM 語言的開發者的最新資料庫程式設計趨勢。本書介紹了反應式關聯資料庫連接(Reactive Relational Database Connectivity, R2DBC),這是一種從 Java 和其他 JVM 語言連接及查詢關聯資料庫的現代方法。本書首先幫助您了解反應式程式設計是什麼,以及為什麼它是必要的。然後在這些基本概念的基礎上,本書帶您進入資料庫的世界以及新發布的反應式關聯資料庫連接(R2DBC)規範。
書中的範例使用免費提供的 MariaDB 資料庫以及 MariaDB 的 R2DBC 服務提供者介面(Service-Provider Interface, SPI)實作。跟隨範例和提供的範例程式碼,將幫助您準備好使用日益增長的 R2DBC 實作,這些實作適用於流行的企業資料庫,如 Oracle Database 和 SQL Server。您將為未來從 Java 和其他基於 JVM 語言的資料庫訪問做好充分準備。
您將學到什麼
- 了解 R2DBC 為何被創建以及它如何利用反應式串流 API
- 了解 R2DBC 服務提供者介面的組件
- 使用 R2DBC 客戶端創建和管理反應式資料庫連接及連接池
- 使用 R2DBC 客戶端以程式方式在關聯資料庫上執行查詢
- 有效利用 R2DBC 客戶端進行交易
- 構建基於事件驅動和非阻塞的關聯資料庫應用程式
本書適合誰
本書適合使用 JVM 語言和 JVM 生態系統構建解決方案的軟體開發者,以及需要了解 R2DBC 規範和反應式程式設計的開發者,並希望理解反應式關聯資料庫連接是什麼以及為什麼會出現。本書包含使用 R2DBC 規範與 Java 和 MariaDB 的實用範例,將為開發者提供創建自己解決方案所需的知識。
作者簡介
作者簡介(中文翻譯)
Rob Hedgpeth 是一位專業的軟體工程師和開發者關係愛好者,居住在繁忙的伊利諾伊州芝加哥市。Rob 擁有超過 12 年的專業開發經驗,主要集中在應用程式開發領域。在這些年中,他參與了許多應用程式的架構和開發,使用了各種語言和技術。現在,作為 MariaDB 的開發者倡導者和推廣者,Rob 能夠將他對技術的熱愛與激發開發者好奇心和熱情的使命結合在一起。
 
 
     
     
    ![Kotlin In-Depth [Vol-I]: A Comprehensive Guide to Modern Multi-Paradigm Language (English Edition)-cover](https://cf-assets2.tenlong.com.tw/ig/022/001/798/9789389328585.jpg?1585710846) 
     
     
     
     
     
    