Add presentation for Abstract Factory

This commit is contained in:
Tschis
2017-11-30 15:15:10 -03:00
parent 171c4b30b9
commit 7cf897a051
4 changed files with 194 additions and 0 deletions

View File

@ -179,6 +179,10 @@ Use the Abstract Factory pattern when
* Dependency injection in java hides the service class dependencies that can lead to runtime errors that would have been caught at compile time.
## Presentations
* [Abstract Factory Pattern](etc/presentation.html)
## Real world examples
* [javax.xml.parsers.DocumentBuilderFactory](http://docs.oracle.com/javase/8/docs/api/javax/xml/parsers/DocumentBuilderFactory.html)