Design Patterns in Java: Structural

Pluralsight
Course Summary
The Gang of Four Design Patterns explained and implemented using Java.
-
+
Course Description
This course is part of a three-part series covering design patterns using Java. This part covers structural design patterns such as Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy as defined by the Gang of Four. We look at examples in the Java API and code examples of each pattern.
-
+
Course Syllabus
Introduction and Prerequisites- 4m 24s
—Introduction 0m 38s
—Why Learn Patterns? 1m 11s
—Pattern Classifications 0m 37s
—Which Patterns? 0m 25s
—How Do We Learn Them? 0m 41s
—Prerequisites 0m 24s
—Next 0m 26sAdapter Design Pattern- 20m 42s
—Introduction 0m 21s
—Plug Adapter 0m 46s
—Concepts 1m 18s
—Design Considerations 0m 57s
—Example: Arrays.asList() 1m 5s
—Demo: Arrays.asList() 1m 16s
—Exercise - Create Adapter 0m 35s
—Demo: Adapter 7m 47s
—Demo: Second Adapter 4m 9s
—Pitfalls 0m 37s
—Contrast to Other Patterns 0m 53s
—Summary 0m 52sBridge Design Pattern- 30m 0sComposite Pattern- 19m 57sDecorator Pattern- 19m 13sFacade Pattern- 20m 22sFlyweight Pattern- 17m 31sProxy Pattern- 29m 25sNext- 1m 20s
This course is listed under
Development & Implementations
, Data & Information Management
and Networks & IT Infrastructure
Community
Related Posts: