Designing Hexagonal Architecture with Java

Designing Hexagonal Architecture with Java
Author :
Publisher : Packt Publishing Ltd
Total Pages : 460
Release :
ISBN-10 : 9781801810296
ISBN-13 : 180181029X
Rating : 4/5 (29X Downloads)

Book Synopsis Designing Hexagonal Architecture with Java by : Davi Vieira

Download or read book Designing Hexagonal Architecture with Java written by Davi Vieira and published by Packt Publishing Ltd. This book was released on 2022-01-07 with total page 460 pages. Available in PDF, EPUB and Kindle. Book excerpt: A practical guide for software architects and Java developers to build cloud-native hexagonal applications using Java and Quarkus to create systems that are easier to refactor, scale, and maintain Key FeaturesLearn techniques to decouple business and technology code in an applicationApply hexagonal architecture principles to produce more organized, coherent, and maintainable softwareMinimize technical debts and tackle complexities derived from multiple teams dealing with the same code baseBook Description Hexagonal architecture enhances developers' productivity by decoupling business code from technology code, making the software more change-tolerant, and allowing it to evolve and incorporate new technologies without the need for significant refactoring. By adhering to hexagonal principles, you can structure your software in a way that reduces the effort required to understand and maintain the code. This book starts with an in-depth analysis of hexagonal architecture's building blocks, such as entities, use cases, ports, and adapters. You'll learn how to assemble business code in the Domain hexagon, create features by using ports and use cases in the Application hexagon, and make your software compatible with different technologies by employing adapters in the Framework hexagon. Moving on, you'll get your hands dirty developing a system based on a real-world scenario applying all the hexagonal architecture's building blocks. By creating a hexagonal system, you'll also understand how you can use Java modules to reinforce dependency inversion and ensure the isolation of each hexagon in the architecture. Finally, you'll get to grips with using Quarkus to turn your hexagonal application into a cloud-native system. By the end of this hexagonal architecture book, you'll be able to bring order and sanity to the development of complex and long-lasting applications. What you will learnFind out how to assemble business rules algorithms using the specification design patternCombine domain-driven design techniques with hexagonal principles to create powerful domain modelsEmploy adapters to make the system support different protocols such as REST, gRPC, and WebSocketCreate a module and package structure based on hexagonal principlesUse Java modules to enforce dependency inversion and ensure isolation between software componentsImplement Quarkus DI to manage the life cycle of input and output portsWho this book is for This book is for software architects and Java developers who want to improve code maintainability and enhance productivity with an architecture that allows changes in technology without compromising business logic, which is precisely what hexagonal architecture does. Intermediate knowledge of the Java programming language and familiarity with Jakarta EE will help you to get the most out of this book.


Designing Hexagonal Architecture with Java Related Books

Designing Hexagonal Architecture with Java
Language: en
Pages: 460
Authors: Davi Vieira
Categories: Computers
Type: BOOK - Published: 2022-01-07 - Publisher: Packt Publishing Ltd

GET EBOOK

A practical guide for software architects and Java developers to build cloud-native hexagonal applications using Java and Quarkus to create systems that are eas
Designing Hexagonal Architecture with Java
Language: en
Pages: 438
Authors: Davi Vieira
Categories: Computers
Type: BOOK - Published: 2023-09-29 - Publisher: Packt Publishing Ltd

GET EBOOK

Learn to build robust, resilient, and highly maintainable cloud-native Java applications with hexagonal architecture and Quarkus Key Features Use hexagonal arch
Designing Hexagonal Architecture with Java - Second Edition
Language: en
Pages: 0
Authors: Davi Vieira
Categories:
Type: BOOK - Published: 2023-09-29 - Publisher:

GET EBOOK

Designing Hexagonal Architecture with Java explains how to create flexible systems that can be quickly adjusted to the unpredictable and fast technology changes
Kubernetes Patterns
Language: en
Pages: 345
Authors: Bilgin Ibryam
Categories: Computers
Type: BOOK - Published: 2022-09-01 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures offe
Get Your Hands Dirty on Clean Architecture
Language: en
Pages: 157
Authors: Tom Hombergs
Categories: Computers
Type: BOOK - Published: 2019-09-30 - Publisher: Packt Publishing Ltd

GET EBOOK

Gain insight into how hexagonal architecture can help to keep the cost of development low over the complete lifetime of an application Key FeaturesExplore ways