Hands-On Design Patterns with Java : Learn design patterns that enable the building of large-scale software architectures

個数:

Hands-On Design Patterns with Java : Learn design patterns that enable the building of large-scale software architectures

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 360 p.
  • 言語 ENG
  • 商品コード 9781789809770
  • DDC分類 005.133

Full Description

Understand Gang of Four, architectural, functional, and reactive design patterns and how to implement them on modern Java platforms, such as Java 12 and beyond

Key Features

Learn OOP, functional, and reactive patterns for creating readable and maintainable code
Explore architectural patterns and practices for building scalable and reliable applications
Tackle all kinds of performance-related issues and streamline development using design patterns

Book DescriptionJava design patterns are reusable and proven solutions to software design problems. This book covers over 60 battle-tested design patterns used by developers to create functional, reusable, and flexible software.

Hands-On Design Patterns with Java starts with an introduction to the Unified Modeling Language (UML), and delves into class and object diagrams with the help of detailed examples. You'll study concepts and approaches to object-oriented programming (OOP) and OOP design patterns to build robust applications. As you advance, you'll explore the categories of GOF design patterns, such as behavioral, creational, and structural, that help you improve code readability and enable large-scale reuse of software. You'll also discover how to work effectively with microservices and serverless architectures by using cloud design patterns, each of which is thoroughly explained and accompanied by real-world programming solutions.

By the end of the book, you'll be able to speed up your software development process using the right design patterns, and you'll be comfortable working on scalable and maintainable projects of any size.

What you will learn

Understand the significance of design patterns for software engineering
Visualize software design with UML diagrams
Strengthen your understanding of OOP to create reusable software systems
Discover GOF design patterns to develop scalable applications
Examine programming challenges and the design patterns that solve them
Explore architectural patterns for microservices and cloud development

Who this book is forIf you are a developer who wants to learn how to write clear, concise, and effective code for building production-ready applications, this book is for you. Familiarity with the fundamentals of Java is assumed.

Contents

Table of Contents

Unified Modeling Language Primer
Object-Oriented Design Patterns
Behavioral Design Patterns
Creational Design Patterns
Structural Design Patterns
Architectural Design Patterns - Part I
Architectural Design Patterns - Part II
Functional Design Patterns
Reactive Design Patterns