Get Your Hands Dirty on Clean Architecture: Build 'clean' applications with code examples in Java, 2/e (Paperback)
Tom Hombergs
- 出版商: Packt Publishing
- 出版日期: 2023-07-14
- 售價: $1,680
- 貴賓價: 9.5 折 $1,596
- 語言: 英文
- 頁數: 168
- 裝訂: Quality Paper - also called trade paper
- ISBN: 180512837X
- ISBN-13: 9781805128373
-
相關分類:
Java 程式語言
-
相關翻譯:
Clean Architecture 實作篇:在整潔的架構上弄髒你的手 (第二版) (Get Your Hands Dirty on Clean Architecture, 2/e) (繁中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,280Working Effectively with Legacy Code (Paperback)
-
$520$442 -
$520$406 -
$680$537 -
$260$234 -
$941Key Performance Indicators For Dummies (Paperback)
-
$2,043Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems (Paperback)
-
$294$279 -
$1,980$1,881 -
$1,230$1,169 -
$1,400$1,330 -
$450$356 -
$1,540$1,509 -
$500$350 -
$600$468 -
$1,470Developing IoT Projects with ESP32: Automate your home or business with inexpensive Wi-Fi devices
-
$2,475Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures (Paperback)
-
$2,224Data Mesh: Delivering Data-Driven Value at Scale (Paperback)
-
$2,052Mastering API Architecture: Design, Operate, and Evolve Api-Based Systems (Paperback)
-
$880$695 -
$880$695 -
$2,040$1,938 -
$2,356Data Management at Scale: Modern Data Architecture with Data Mesh and Data Fabric 2/e
-
$2,040$1,938 -
$2,176Architecting Data and Machine Learning Platforms: Enable Analytics and Ai-Driven Innovation in the Cloud (Paperback)
相關主題
商品描述
Gain insight into how Hexagonal Architecture can help to increase maintainability.
Key Features
- Explore ways to make your software flexible, extensible, and adaptable
- Learn new concepts that you can easily blend with your own software development style
- Develop the mindset of making conscious architecture decisions
Book Description
Building for maintainability is key to keep development costs low (and developers happy). The second edition of "Get Your Hands Dirty on Clean Architecture" is here to equip you with the essential skills and knowledge to build maintainable software.
Building upon the success of the first edition, this comprehensive guide explores the drawbacks of conventional layered architecture and highlights the advantages of domain-centric styles such as Robert C. Martin's Clean Architecture and Alistair Cockburn's Hexagonal Architecture. Then, the book dives into hands-on chapters that show you how to manifest a Hexagonal Architecture in actual code. You'll learn in detail about different mapping strategies between the layers of a Hexagonal Architecture and see how to assemble the architecture elements into an application. The later chapters demonstrate how to enforce architecture boundaries, what shortcuts produce what types of technical debt, and how, sometimes, it is a good idea to willingly take on those debts.
By the end of this second edition, you'll be armed with a deep understanding of the Hexagonal Architecture style and be ready to create maintainable web applications that save money and time. Whether you're a seasoned developer or a newcomer to the field, "Get Your Hands Dirty on Clean Architecture" will empower you to take your software architecture skills to new heights and build applications that stand the test of time.
What you will learn
- Identify potential shortcomings of using a layered architecture
- Apply varied methods to enforce architectural boundaries
- Discover how potential shortcuts can affect the software architecture
- Produce arguments for using different styles of architecture
- Structure your code according to the architecture
- Run various tests to check each element of the architecture
Who this book is for
This book is for you if you care about the architecture of the software you are building. To get the most out of this book, you must have some experience with web development. The code examples in this book are in Java. If you are not a Java programmer but can read object-oriented code in other languages, you will be fine. In the few places where Java or framework specifics are needed, they are thoroughly explained.
目錄大綱
- Maintainability
- What's Wrong with Layers?
- Inverting Dependencies
- Organizing Code
- Implementing a Use Case
- Implementing a Web Adapter
- Implementing a Persistence Adapter
- Testing Architecture Elements
- Mapping between Boundaries
- Assembling the Application
- Taking Shortcuts Consciously
- Enforcing Architecture Boundaries
- Managing Multiple Bounded Contexts
- A Component-Based Approach to Software Architecture
- Deciding on an Architecture Style