- Mastering Microservices with Java
- Sourabh Sharma
- 208字
- 2021-07-02 13:03:25
Preface
Presently, microservices are the de-facto way to design scalable, easy-to-maintain applications. Microservice-based systems not only make application development easier, but also offer great flexibility in utilizing various resources optimally. If you want to build an enterprise-ready implementation of a microservice architecture, then this is the book for you!
Starting off by understanding the core concepts and framework, you will then focus on the high-level design of large software projects. You will gradually move on to setting up the development environment and configuring it, before implementing continuous integration to deploy your microservice architecture. Using Spring Security, you will secure microservices and integrate sample online table reservation system (OTRS) services with an Angular-based UI app. We'll show you the best patterns, practices, and common principles of microservice design, and you'll learn to troubleshoot and debug the issues faced during development. We'll show you how to design and implement event-based and gRPC microservices. You will learn various ways to handle distributed transactions and explore choreography and orchestration of business flows. Finally, we'll show you how to migrate a monolithic application to a microservice-based application.
By the end of the book, you will know how to build smaller, lighter, and faster services that can be implemented easily in a production environment.
- 造個(gè)小程序:與微信一起干件正經(jīng)事兒
- Java從入門到精通(第4版)
- Python漫游數(shù)學(xué)王國(guó):高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- VMware虛擬化技術(shù)
- Gradle for Android
- Python忍者秘籍
- C陷阱與缺陷
- Java Web從入門到精通(第2版)
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺(tái)
- Python Automation Cookbook
- Android項(xiàng)目實(shí)戰(zhàn):博學(xué)谷
- Go語(yǔ)言編程之旅:一起用Go做項(xiàng)目
- Building E-Commerce Solutions with WooCommerce(Second Edition)
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開發(fā)(慕課版)
- Programming MapReduce with Scalding