Tagged Questions
3
votes
3answers
214 views
Programming Design Patterns: Facade or Not?
Another guy on our team has provided me a library as a jar for his web framework. Let's call this framework "My Friend's Framework".
There's a particular class that I need from his framework. Half of ...
1
vote
3answers
1k views
differences between facade pattern and other patterns
I have a question about patterns.I have really problems with design patterns Can you tell me the difeerences between facade pattern with builder,factory and abstract factory pattern?
1
vote
4answers
5k views
What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?
What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?
What are the assumptions behind it?
Are these assumptions valid in a particular environment?
0
votes
1answer
113 views
Facade design pattern, get attribute from facade
I have something like facade design pattern in my application. We can start this:
http://www.patternsforphp.org/doku.php?id=facade
From example:
Facade = Computer
Parts: CPU, memory...
And what is ...