Reputation:
Are static
factory and factory design patterns the same?
I heard that the static factory concepts are used in Spring framework.
Google results show more about factory method design pattern when I looked up "static factory design pattern". If they are not the same, is the static factory design pattern used only for dependency injection?
Upvotes: 0
Views: 103