Book Image

Design Patterns and SOLID Principles with Java [Video]

By : Róbert Kohányi
Book Image

Design Patterns and SOLID Principles with Java [Video]

By: Róbert Kohányi

Overview of this book

This course will guide you through the whys and hows of important design patterns using SOLID principles and, more importantly, will help you recognize opportunities to apply these; its focus is on real-world problems and down-to-earth explanations to get you started quickly. The goal of the course is not to have you breeze through every design pattern in existence in a few minutes with oversimplified examples. Instead, you will learn selected design patterns in an in-depth way. During the course, you'll also familiarize yourself with the major aspects of SOLID design and writing clean code, as these concepts and applying design patterns should go hand-in-hand. By the end of the course, you will be able to identify (and confidently apply) design patterns in your own applications and be empowered to make your design choices using complex examples. All the code and supporting files are on GitHub at: https://github.com/PacktPublishing/Design-Patterns-and-SOLID-Principles-with-Java
Table of Contents (6 chapters)
Chapter 4
Dependency Management with the Factory Pattern
Content Locked
Section 1
Introduction to Simple Factory
The term 'Factory' has several overloaded meanings. All of these are important, but not necessarily all of them relate to an actual design pattern. In this video, you'll learn about the Simple Factory idiom first as an introduction to the more complicated Factory Method and Abstract Factory design patterns.