Designing Hexagonal Architecture with Java
eBook - ePub

Designing Hexagonal Architecture with Java

  1. 460 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Designing Hexagonal Architecture with Java

Book details
Table of contents
Citations

About This Book

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 maintainKey Features• Learn techniques to decouple business and technology code in an application• Apply hexagonal architecture principles to produce more organized, coherent, and maintainable software• Minimize technical debts and tackle complexities derived from multiple teams dealing with the same code baseBook DescriptionHexagonal 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 learn• Find out how to assemble business rules algorithms using the specification design pattern• Combine domain-driven design techniques with hexagonal principles to create powerful domain models• Employ adapters to make the system support different protocols such as REST, gRPC, and WebSocket• Create a module and package structure based on hexagonal principles• Use Java modules to enforce dependency inversion and ensure isolation between software components• Implement Quarkus DI to manage the life cycle of input and output portsWho this book is forThis 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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Designing Hexagonal Architecture with Java by Davi Vieira in PDF and/or ePUB format, as well as other popular books in Computer Science & Software Development. We have over one million books available in our catalogue for you to explore.

Information

Year
2022
ISBN
9781801810296
Edition
1

Table of contents

  1. Designing Hexagonal Architecture with Java
  2. Contributors
  3. Preface
  4. Section 1: Architecture Fundamentals
  5. Chapter 1: Why Hexagonal Architecture?
  6. Chapter 2: Wrapping Business Rules inside Domain Hexagon
  7. Chapter 3: Handling Behavior with Ports and Use Cases
  8. Chapter 4: Creating Adapters to Interact with the Outside World
  9. Chapter 5: Exploring the Nature of Driving and Driven Operations
  10. Section 2: Using Hexagons to Create a Solid Foundation
  11. Chapter 6: Building the Domain Hexagon
  12. Chapter 7: Building the Application Hexagon
  13. Chapter 8: Building the Framework Hexagon
  14. Chapter 9: Applying Dependency Inversion with Java Modules
  15. Section 3: Becoming Cloud-Native
  16. Chapter 10: Adding Quarkus to a Modularized Hexagonal Application
  17. Chapter 11: Leveraging CDI Beans to Manage Ports and Use Cases
  18. Chapter 12: Using RESTEasy Reactive to Implement Input Adapters
  19. Chapter 13: Persisting Data with Output Adapters and Hibernate Reactive
  20. Chapter 14: Setting Up Dockerfile and Kubernetes Objects for Cloud Deployment
  21. Chapter 15: Good Design Practices for Your Hexagonal Application
  22. Assessments
  23. Other Books You May Enjoy