Language:
English
繁體中文
Help
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Learn microservices with Spring Boot 3 = a practical approach using event-driven architecture, cloud-native patterns, and containerization /
Record Type:
Language materials, printed : Monograph/item
Title/Author:
Learn microservices with Spring Boot 3/ by Moises Macero Garcia, Tarun Telang.
Reminder of title:
a practical approach using event-driven architecture, cloud-native patterns, and containerization /
Author:
Macero Garcia, Moises.
other author:
Telang, Tarun.
Published:
Berkeley, CA :Apress : : 2023.,
Description:
xxiii, 462 p. :illustrations, digital ; : 24 cm.;
Contained By:
Springer Nature eBook
Subject:
Application software - Development. -
Online resource:
https://doi.org/10.1007/978-1-4842-9757-5
ISBN:
9781484297575
Learn microservices with Spring Boot 3 = a practical approach using event-driven architecture, cloud-native patterns, and containerization /
Macero Garcia, Moises.
Learn microservices with Spring Boot 3
a practical approach using event-driven architecture, cloud-native patterns, and containerization /[electronic resource] :by Moises Macero Garcia, Tarun Telang. - Third edition. - Berkeley, CA :Apress :2023. - xxiii, 462 p. :illustrations, digital ;24 cm.
1. Setting the Scene -- 2. Basic Concepts -- 3. A Basic Spring Boot Application -- 4. A Minimal Frontend with React -- 5. The Data Layer -- 6. Starting with Microservices -- 7. Event-Driven Architecture -- 8. Common Patterns in Microservice Architectures.
This book will show you how to build Java-based microservices architecture using the popular Spring Boot framework by evolving a small monolith application to an event-driven architecture composed of several services. This third edition has been updated to cover Spring Boot 3, including its compatibility with Java 17 and Jakarta EE 10, and employs an incremental approach to teach the structure of microservices, test-driven development, and common patterns in distributed systems such as service discovery, load balancing, routing, centralized logs, per-environment configuration, and containerization. Authors Moisés Macero and Tarun Telang get the ball rolling by introducing you to the fundamentals of microservices and Spring Boot before walking you through the development of a basic Spring Boot application. You'll then see how to build a front end using React, and learn how to use the data layer to read and write data from and to other systems via Spring Boot and its access to Spring Data and its available APIs. Putting together what you've learned thus far, you'll begin to transform an application from a monolith to a microservice. This pragmatic approach will enable you to better grasp the benefits of using this type of software architecture, instead of keeping you distracted with theoretical concepts. The emphasis is on what matters most, starting with the minimum viable product, while maintaining the ability to adapt and improve your application as needed. After completing this book, you will have the foundational knowledge necessary to build your own microservice-based applications using Spring Boot. You will: Gain a thorough understanding of microservices architecture and how it differs from monolithic architectures. Discover the step-by-step process of breaking down a monolithic application into smaller, focused services Build microservices with Spring Boot 3, Spring Data, Spring Cloud, React.js, Docker, Cucumber, and more Develop Java-based microservices using the latest version of Spring Boot, compatible with Java 17 and Jakarta EE 10. Discover architecture patterns for distributed systems such as asynchronous processing, eventual consistency, resilience, scalability, and more Gain insight into event-driven communication patterns and understand how to design and build event-driven microservices Trace every request from beginning to end with Sleuth and centralized logging Deploy your microservices anywhere as Docker containers.
ISBN: 9781484297575
Standard No.: 10.1007/978-1-4842-9757-5doiSubjects--Uniform Titles:
Spring Boot (Electronic resource)
Subjects--Topical Terms:
562957
Application software
--Development.
LC Class. No.: QA76.76.A65 / M33 2023
Dewey Class. No.: 005.1
Learn microservices with Spring Boot 3 = a practical approach using event-driven architecture, cloud-native patterns, and containerization /
LDR
:03885nam a2200337 a 4500
001
1120021
003
DE-He213
005
20231123150136.0
006
m d
007
cr nn 008maaau
008
240612s2023 cau s 0 eng d
020
$a
9781484297575
$q
(electronic bk.)
020
$a
9781484297568
$q
(paper)
024
7
$a
10.1007/978-1-4842-9757-5
$2
doi
035
$a
978-1-4842-9757-5
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.A65
$b
M33 2023
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051280
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.1
$2
23
090
$a
QA76.76.A65
$b
M142 2023
100
1
$a
Macero Garcia, Moises.
$3
1435002
245
1 0
$a
Learn microservices with Spring Boot 3
$h
[electronic resource] :
$b
a practical approach using event-driven architecture, cloud-native patterns, and containerization /
$c
by Moises Macero Garcia, Tarun Telang.
250
$a
Third edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2023.
300
$a
xxiii, 462 p. :
$b
illustrations, digital ;
$c
24 cm.
505
0
$a
1. Setting the Scene -- 2. Basic Concepts -- 3. A Basic Spring Boot Application -- 4. A Minimal Frontend with React -- 5. The Data Layer -- 6. Starting with Microservices -- 7. Event-Driven Architecture -- 8. Common Patterns in Microservice Architectures.
520
$a
This book will show you how to build Java-based microservices architecture using the popular Spring Boot framework by evolving a small monolith application to an event-driven architecture composed of several services. This third edition has been updated to cover Spring Boot 3, including its compatibility with Java 17 and Jakarta EE 10, and employs an incremental approach to teach the structure of microservices, test-driven development, and common patterns in distributed systems such as service discovery, load balancing, routing, centralized logs, per-environment configuration, and containerization. Authors Moisés Macero and Tarun Telang get the ball rolling by introducing you to the fundamentals of microservices and Spring Boot before walking you through the development of a basic Spring Boot application. You'll then see how to build a front end using React, and learn how to use the data layer to read and write data from and to other systems via Spring Boot and its access to Spring Data and its available APIs. Putting together what you've learned thus far, you'll begin to transform an application from a monolith to a microservice. This pragmatic approach will enable you to better grasp the benefits of using this type of software architecture, instead of keeping you distracted with theoretical concepts. The emphasis is on what matters most, starting with the minimum viable product, while maintaining the ability to adapt and improve your application as needed. After completing this book, you will have the foundational knowledge necessary to build your own microservice-based applications using Spring Boot. You will: Gain a thorough understanding of microservices architecture and how it differs from monolithic architectures. Discover the step-by-step process of breaking down a monolithic application into smaller, focused services Build microservices with Spring Boot 3, Spring Data, Spring Cloud, React.js, Docker, Cucumber, and more Develop Java-based microservices using the latest version of Spring Boot, compatible with Java 17 and Jakarta EE 10. Discover architecture patterns for distributed systems such as asynchronous processing, eventual consistency, resilience, scalability, and more Gain insight into event-driven communication patterns and understand how to design and build event-driven microservices Trace every request from beginning to end with Sleuth and centralized logging Deploy your microservices anywhere as Docker containers.
630
0 0
$a
Spring Boot (Electronic resource)
$3
1435003
650
0
$a
Application software
$x
Development.
$3
562957
650
0
$a
Java (Computer program language)
$3
557657
650
1 4
$a
Java.
$3
1115949
650
2 4
$a
Web Development.
$3
1114136
650
2 4
$a
Cloud Computing.
$3
995022
650
2 4
$a
Computer Science.
$3
593922
700
1
$a
Telang, Tarun.
$e
author.
$3
1395824
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-9757-5
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login
Please sign in
User name
Password
Remember me on this computer
Cancel
Forgot your password?