万本电子书0元读

万本电子书0元读

顶部广告

Building RESTful Web Services with Java EE 8电子书

售       价:¥

1人正在读 | 0人评论 9.8

作       者:Mario-Leander Reimer

出  版  社:Packt Publishing

出版时间:2018-07-31

字       数:11.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Architect and design data-intensive applications and, in the process, learn how to collect, process, store, govern, and expose data for a variety of use cases Key Features *Integrate the data-intensive approach into your application architecture *Create a robust application layout with effective messaging and data querying architecture *Enable smooth data flow and make the data of your application intensive and fast Book Description Are you an architect or a developer who looks at your own applications gingerly while browsing through Facebook and applauding it silently for its data-intensive, yet ?uent and efficient, behaviour? This book is your gateway to build smart data-intensive systems by incorporating the core data-intensive architectural principles, patterns, and techniques directly into your application architecture. This book starts by taking you through the primary design challenges involved with architecting data-intensive applications. You will learn how to implement data curation and data dissemination, depending on the volume of your data. You will then implement your application architecture one step at a time. You will get to grips with implementing the correct message delivery protocols and creating a data layer that doesn’t fail when running high traffic. This book will show you how you can divide your application into layers, each of which adheres to the single responsibility principle. By the end of this book, you will learn to streamline your thoughts and make the right choice in terms of technologies and architectural principles based on the problem at hand. What you will learn *Understand how to envision a data-intensive system *Identify and compare the non-functional requirements of a data collection component *Understand patterns involving data processing, as well as technologies that help to speed up the development of data processing systems *Understand how to implement Data Governance policies at design time using various Open Source Tools *Recognize the anti-patterns to avoid while designing a data store for applications *Understand the different data dissemination technologies available to query the data in an efficient manner *Implement a simple data governance policy that can be extended using Apache Falcon Who this book is for This book is for developers and data architects who have to code, test, deploy, and/or maintain large-scale, high data volume applications. It is also useful for system architects who need to understand various non-functional aspects revolving around Data Intensive Systems.
目录展开

Title Page

Copyright and Credits

Building RESTful Web Services with Java EE 8

Packt Upsell

Why subscribe?

PacktPub.com

Contributors

About the author

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Conventions used

Get in touch

Reviews

Getting Started with Java EE 8

Technical requirements

Why is Java EE a good platform for microservices?

Java EE version history

Overview of Java EE 8

What's new in Java EE 8?

Getting started with Java EE 8 microservices

Containerizing Java EE 8 microservices

Summary

Building Synchronous Web Services and Clients

Implementing basic REST APIs with JAX-RS

Using sub-resources

Error handling in JAX-RS

Implementing web service clients with Java EE 8

Testing Java EE 8 web services

Jersey Test Framework

Test Containers

Summary

Content Marshalling with JSON-B and JSON-P

Introduction to content types and content negotiation

Easy data binding using JSON-B

Flexible JSON processing with JSON-P

Implementing hypermedia-driven REST APIs

Summary

Building Asynchronous Web Services

Benefits and usage scenarios of asynchronous processing

Basic idea

Goal

Implementing asynchronous web services

Using ManagedExecutorService and server-side callbacks

CompletionCallback

ConnectionCallback

Registering callbacks

CompletableFuture

Implementing asynchronous web service clients

Summary

Using Server-Sent Events (SSEs)

What are SSEs?

Implementing SSE on the server-side

Implementing SSE REST clients

Implementing and sending SSE broadcasts

Summary

Advanced REST APIs

Applying Design by Contract – adding validation

Using JSON Web Tokens for authentication

Diagnosability – logging, metrics, and tracing

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部