The moose likes OO, Patterns, UML and Refactoring and the fly likes Factory design pattern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "Factory design pattern" Watch "Factory design pattern" New topic
Author

Factory design pattern

sunil antil
Greenhorn

Joined: Jul 23, 2009
Posts: 17
Hi All

I just fineshed the Factory design pattern from Head First Desgin pattern, I understand its example and technique how to implement it, can some tell me a parctical example where the factory desgin pattern is used while devloping a software.
I just need a technical example which cover Factory Method Desgin pattern!

Please also tell me different falavour's of Factory desgin pattern like one is Factory "Method Desgin pattern"

Thanks!
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2693

There is a useful examples from the JDK which cover different design patterns.


Mohamed Sanaulla | My Blog
 
 
subject: Factory design pattern
 
Threads others viewed
Design Patterns -SCEA
Abstract Factory and Factory Method
factory method pattern
Design Patterns...
Encapsulate Classes with Factory
IntelliJ Java IDE