-
Course
- Core Tech
Design Patterns in Java: Creational
This course is part of a 3 part series covering design patterns using Java.
What you'll learn
This course is part of a 3 part series covering design patterns using Java. This part covers the creational design patterns, Singleton, Builder, Prototype, Factory, and AbstractFactory as defined by the Gang of Four. We look at examples in the Java API and code examples of each pattern.
Table of contents
- Introduction | 20s
- Concepts | 1m 3s
- Design Considerations | 48s
- Example: Runtime | 31s
- Demo: Runtime | 49s
- Exercise - Create Singleton | 23s
- Demo: Static Singleton | 5m 12s
- Demo: Lazy Loading | 1m 55s
- Demo: Threadsafe | 4m 39s
- Demo: Add Database | 5m 56s
- Pitfalls | 1m 22s
- Contrast to Other Patterns | 1m 45s
- Summary | 50s
About the author
Bryan is a Director at Software Technology Group, a consulting company based out of Salt Lake City, and has authored and taught numerous courses in Java.
More Courses by Bryan