0 رای
وضعیت موجودی موجود

قیمت قبلی: 6,200,000 ریال
قیمت: 5,800,000 ریال

 



جلد سخت سیاه و سفید

Product details

  • Publisher ‏ : ‎ Packt Publishing (January 7, 2022)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 460 pages
  • ISBN-10 ‏ : ‎ 1801816484
  • ISBN-13 ‏ : ‎ 978-1801816489


 

کتاب Designing Hexagonal Architecture with Java: An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus

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 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 base

Book 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 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 ports

Who 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.

Table of Contents

  1. Why Hexagonal Architecture?
  2. Wrapping Business Rules inside Domain Hexagon
  3. Handling Behavior with Ports and Use Cases
  4. Creating Adapters to Interact with the Outside World
  5. Exploring the Nature of Driving and Driven Operations
  6. Building the Domain Hexagon
  7. Building the Application Hexagon
  8. Building the Framework Hexagon
  9. Applying Dependency Inversion with Java Modules
  10. Adding Quarkus to a Modularized Hexagonal Application
  11. Leveraging CDI Beans to Manage Ports and Use Cases
  12. Using RESTEasy Reactive to Implement Input Adapters
  13. Persisting Data with Output Adapters and Hibernate Reactive
  14. Setting Up Dockerfile and Kubernetes Objects for Cloud Deployment
  15. Good Design Practices for Your Hexagonal Application

منابع کتاب کتاب Designing Hexagonal Architecture with Java: An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus

راهنمای عملی برای معماران نرم افزار و توسعه دهندگان جاوا برای ساخت برنامه های شش ضلعی بومی ابری با استفاده از جاوا و کوارکوس برای ایجاد سیستم هایی که بازسازی، مقیاس و نگهداری آسان تر است.

ویژگی های کلیدی

  • تکنیک هایی را برای جدا کردن کدهای کسب و کار و فناوری در یک برنامه بیاموزید
  • از اصول معماری شش ضلعی برای تولید نرم افزار سازمان یافته، منسجم و قابل نگهداری تر استفاده کنید
  • بدهی های فنی را به حداقل برسانید و با پیچیدگی های ناشی از تیم های متعددی که با یک پایه کد سروکار دارند مقابله کنید

توضیحات کتاب

معماری شش ضلعی بهره وری توسعه دهندگان را با جدا کردن کدهای کسب و کار از کدهای فناوری افزایش می دهد، نرم افزار را در برابر تغییرات مقاوم تر می کند، و به آن اجازه می دهد بدون نیاز به بازسازی قابل توجه، تکامل یابد و فناوری های جدید را ترکیب کند. با رعایت اصول شش ضلعی، می توانید نرم افزار خود را به گونه ای ساختار دهید که تلاش لازم برای درک و حفظ کد را کاهش دهید.

این کتاب با تجزیه و تحلیل عمیق بلوک های ساختمانی معماری شش ضلعی، مانند موجودیت ها، موارد استفاده، پورت ها و آداپتورها شروع می شود. شما یاد خواهید گرفت که چگونه کد کسب و کار را در شش ضلعی Domain جمع آوری کنید، با استفاده از پورت ها و موارد استفاده در شش ضلعی Application ویژگی ها ایجاد کنید و با استفاده از آداپتورها در شش ضلعی Framework، نرم افزار خود را با فناوری های مختلف سازگار کنید. با حرکت به جلو، دستان خود را کثیف خواهید کرد و سیستمی را بر اساس سناریوی دنیای واقعی توسعه می دهید که تمام بلوک های ساختمان معماری شش ضلعی را اعمال می کند. با ایجاد یک سیستم شش ضلعی، همچنین خواهید فهمید که چگونه می توانید از ماژول های جاوا برای تقویت وارونگی وابستگی و اطمینان از جداسازی هر شش ضلعی در معماری استفاده کنید. در نهایت، با استفاده از Quarkus برای تبدیل برنامه شش ضلعی خود به یک سیستم بومی ابری آشنا خواهید شد.

با پایان این کتاب معماری شش ضلعی، می توانید نظم و سلامت را در توسعه برنامه های کاربردی پیچیده و طولانی مدت ایجاد کنید.

آنچه خواهید آموخت

  • نحوه جمع آوری الگوریتم های قوانین کسب و کار را با استفاده از الگوی طراحی مشخصات بیابید
  • برای ایجاد مدل های قدرتمند دامنه، تکنیک های طراحی دامنه محور را با اصول شش ضلعی ترکیب کنید
  • از آداپتورهایی استفاده کنید تا سیستم از پروتکل های مختلفی مانند REST، gRPC و WebSocket پشتیبانی کند
  • یک ساختار ماژول و بسته بر اساس اصول شش ضلعی ایجاد کنید
  • از ماژول های جاوا برای اعمال وارونگی وابستگی و اطمینان از جداسازی بین اجزای نرم افزار استفاده کنید
  • برای مدیریت چرخه عمر پورت های ورودی و خروجی، Quarkus DI را پیاده سازی کنید

این کتاب برای چه کسی است

این کتاب برای معماران نرم‌افزار و توسعه‌دهندگان جاوا است که می‌خواهند قابلیت نگهداری کد را بهبود بخشند و بهره‌وری را با معماری افزایش دهند که اجازه می‌دهد تغییرات در فناوری بدون به خطر انداختن منطق تجاری، دقیقاً همان کاری است که معماری شش ضلعی انجام می‌دهد. دانش متوسط ​​زبان برنامه نویسی جاوا و آشنایی با Jakarta EE به شما کمک می کند تا از این کتاب نهایت استفاده را ببرید.

فهرست مطالب

  1. چرا معماری شش ضلعی؟
  2. بسته بندی قوانین کسب و کار در داخل دامنه شش ضلعی
  3. مدیریت رفتار با پورت ها و موارد استفاده
  4. ایجاد آداپتورهایی برای تعامل با دنیای خارج
  5. کاوش در ماهیت عملیات رانندگی و رانندگی
  6. ساخت دامنه شش ضلعی
  7. ساخت اپلیکیشن شش ضلعی
  8. ساختن چارچوب شش ضلعی
  9. اعمال وارونگی وابستگی با ماژول های جاوا
  10. افزودن کوارکوس به یک برنامه شش ضلعی مدولار شده
  11. استفاده از CDI Beans برای مدیریت پورت ها و موارد استفاده
  12. استفاده از RESTEasy Reactive برای پیاده سازی آداپتورهای ورودی
  13. داده های ماندگار با آداپتورهای خروجی و Hibernate Reactive
  14. راه اندازی Dockerfile و اشیاء Kubernetes برای استقرار ابر
  15. روش های طراحی خوب برای برنامه شش ضلعی شما

نظرات کاربران درباره کتاب Designing Hexagonal Architecture with Java: An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus

نظری در مورد این محصول توسط کاربران ارسال نگردیده است.
اولین نفری باشید که در مورد کتاب Designing Hexagonal Architecture with Java: An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus نظر می دهد.

ارسال نظر درباره کتاب Designing Hexagonal Architecture with Java: An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus

لطفا توجه داشته باشید که ایمیل شما منتشر نخواهد شد.

برچسب های مرتبط با کتاب Designing Hexagonal Architecture with Java: An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus

Computers&Technology انتشارات طلایی

بر اساس سلیقه شما...

  جلد سخت سیاه و سفید Product details Publis ...
3,760,000 ریال
  جلد سخت سیاه و سفید Product details Publis ...
5,100,000 ریال
  جلد سخت سیاه و سفید Product details Publis ...
3,910,000 ریال
  جلد سخت سیاه و سفید Product details Publis ...
3,440,000 ریال

codebazan

طراحی و اجرا: فروشگاه ساز سبدخرید