aspose file tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes  Factory + Singleton + DAO + Persistence Framwork Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark " Factory + Singleton + DAO + Persistence Framwork " Watch " Factory + Singleton + DAO + Persistence Framwork " New topic
Author

Factory + Singleton + DAO + Persistence Framwork

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1303
I am little confused Abstract Factory and Factory Method design patterns combined with other patterns.
Which is the right combination for factory pattern.
Abstract Factory + Singleton + DAO + Persistence Framework (or) Factory Method + Singleton + DAO + Persistence Framework
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
What is confusing you?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Factory + Singleton + DAO + Persistence Framwork
 
Similar Threads
Top design patterns for J2EE web applications?
most common patterns
Uses of Abstract Factory...
Linda: Top 10 patterns?
Dice Game model