You can find an overview of a lot of design patterns in Wikipedia. It also mentions which patterns are mentioned by GoF. I'll sum them up here and try to assign as much as possible pattern implementations found in both the Java SE and Java EE API's. Creational patterns Abstract factory (recognizeable by creational methods returning the factory itself which in turn can be used to create another abstract/interface type) javax.xml.parsers.DocumentBuilderFactory#newInstance() javax.xml.transform.TransformerFactory#newInstance() javax.xml.xpath.
Read full article from java - Examples of GoF Design Patterns - Stack Overflow
No comments:
Post a Comment