|
|
|
|
LEADER |
00000cam a22000007a 4500 |
001 |
OR_on1369527025 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
230208s2023 enka o 000 0 eng d |
040 |
|
|
|a YDX
|b eng
|c YDX
|d ORMDA
|d UKAHL
|d EBLCP
|d OCLCQ
|d UKMGB
|d OCLCF
|d IEEEE
|d OCLCO
|
015 |
|
|
|a GBC315943
|2 bnb
|
016 |
7 |
|
|a 020933861
|2 Uk
|
019 |
|
|
|a 1369657974
|a 1374595944
|
020 |
|
|
|a 1804613320
|q (electronic bk.)
|
020 |
|
|
|a 9781804613320
|q (electronic bk.)
|
020 |
|
|
|z 9781804614679
|q paperback
|
029 |
1 |
|
|a UKMGB
|b 020933861
|
035 |
|
|
|a (OCoLC)1369527025
|z (OCoLC)1369657974
|z (OCoLC)1374595944
|
037 |
|
|
|a 9781804614679
|b O'Reilly Media
|
037 |
|
|
|a 10163430
|b IEEE
|
050 |
|
4 |
|a QA76.6
|
082 |
0 |
4 |
|a 005.13/3
|2 23/eng/20230214
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Wengner, Miroslav,
|e author.
|
245 |
1 |
0 |
|a Practical design patterns for Java developers :
|b hone your software design skills by implementing popular design patterns in Java /
|c Miroslav Wengner.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2023.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|2 rdacontent
|
337 |
|
|
|a computer
|2 rdamedia
|
338 |
|
|
|a online resource
|2 rdacarrier
|
520 |
|
|
|a Unravel the power of Java design patterns by learning where to apply them effectively to solve specific software design and development problems Key Features Decouple logic across objects with dependency injection by creating various vehicles with features Finalize vehicle construction by chaining handlers using the Chain of Responsibility Pattern Plan and execute an advanced vehicle sensor initiation with the Scheduler Pattern Book Description Design patterns are proven solutions to standard problems in software design and development, allowing you to create reusable, flexible, and maintainable code. This book enables you to upskill by understanding popular patterns to evolve into a proficient software developer. You'll start by exploring the Java platform to understand and implement design patterns. Then, using various examples, you'll create different types of vehicles or their parts to enable clarity in design pattern thinking, along with developing new vehicle instances using dedicated design patterns to make the process consistent. As you progress, you'll find out how to extend vehicle functionalities and keep the code base structure and behavior clean and shiny. Concurrency plays an important role in application design, and you'll learn how to employ a such design patterns with the visualization of thread interaction. The concluding chapters will help you identify and understand anti-pattern utilization in the early stages of development to address refactoring smoothly. The book covers the use of Java 17+ features such as pattern matching, switch cases, and instances of enhancements to enable productivity. By the end of this book, you'll have gained practical knowledge of design patterns in Java and be able to apply them to address common design problems. What you will learn Understand the most common problems that can be solved using Java design patterns Uncover Java building elements, their usages, and concurrency possibilities Optimize a vehicle memory footprint with the Flyweight Pattern Explore one-to-many relations between instances with the observer pattern Discover how to route vehicle messages by using the visitor pattern Utilize and control vehicle resources with the thread-pool pattern Understand the penalties caused by anti-patterns in software design Who this book is for If you are an intermediate-level Java developer or software architect looking to learn the practical implementation of software design patterns in Java, then this book is for you. No prior knowledge of design patterns is required, but an understanding of Java programming is necessary.
|
505 |
0 |
|
|a Cover -- Title Page -- Copyright and Credits -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Design Patterns and Java Platform Functionalities -- Chapter 1: Getting into Software Design Patterns -- Technical requirements -- Code -- from symbols to program -- Examining OOP and APIE -- Only exposing what's required -- encapsulation -- Inevitable evolution -- inheritance -- Behavior on demand -- polymorphism -- Standard features -- abstraction -- Gluing parts to APIE -- Understanding the SOLID design principles
|
505 |
8 |
|
|a The single-responsibility principle (SRP) -- the engine is just an engine -- The open-closed principle (OCP) -- The Liskov Substitution Principle (LSP) -- substitutability of classes -- The interface segregation principle (ISP) -- The dependency inversion principle (DIP) -- Significance of design patterns -- Reviewing what challenges design patterns solve -- Summary -- Questions -- Further reading -- Chapter 2: Discovering the Java Platform for Design Patterns -- Technical requirements -- Knocking on Java's door -- Exploring the model and functionality of the Java platform -- The JDK -- The JRE
|
505 |
8 |
|
|a The JVM -- Reviewing GC and the Java memory model -- The JMM -- GC and automatic memory management -- Examining the core Java APIs -- Primitive data types and wrappers -- Working with the String API -- Introducing arrays -- Discovering a collection framework -- Math APIs -- Functional programming and Java -- Introducing lambdas and functional interfaces -- Using functional interfaces in lambda expressions -- Getting to grips with the Java Module System -- A quick review of Java features from 11 to 17+ -- The local variable syntax for lambda parameters (Java SE 11, JEP-323)
|
505 |
8 |
|
|a Switch expressions (Java SE 14, JEP-361) -- Text blocks (Java SE 15, JEP-378) -- Pattern matching for instanceof (Java SE 16, JEP-394) -- Records (Java SE 16, JEP-395) -- Sealed classes (Java SE 17, JEP-409) -- UTF-8 by default (Java SE 18, JEP-400) -- Pattern matching for switch (Java SE 18, Second Preview, JEP-420) -- Understanding Java concurrency -- From a basic thread to executors -- Executing tasks -- Summary -- Questions -- Further reading -- Part 2: Implementing Standard Design Patterns Using Java Programming -- Chapter 3: Working with Creational Design Patterns
|
505 |
8 |
|
|a Technical requirements -- It all starts with a class that becomes an object -- Creating objects based on input with the factory method pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Creating objects from different families using the abstract factory pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Instantiating complex objects with the builder pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Cloning objects with the prototype pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Computer programming.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Programmation (Informatique)
|
650 |
|
7 |
|a computer programming.
|2 aat
|
650 |
|
7 |
|a Computer programming
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Wengner, Miroslav
|t Practical Design Patterns for Java Developers
|d Birmingham : Packt Publishing, Limited,c2023
|z 9781804614679
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781804614679/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH40988899
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 304614484
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL30371410
|
994 |
|
|
|a 92
|b IZTAP
|