Questions tagged [facade]

The Facade pattern is one of the Gang of Four's structural design patterns.

The facade pattern is a software engineering design pattern commonly used with Object-oriented programming. The name is by analogy to an architectural facade.

It is one of the Gang of Four's structural , first published in Gamma et al.'s book "Design Patterns: Elements of Reusable Object-Oriented Software".

From Wikipedia: The Facade pattern provides a unified interface to a set of interfaces in a subsystem. It defines a higher-level interface that makes the subsystem easier to use.


References

392 questions
-3
votes
1 answer

What are the drawbacks of the Facade design pattern?

…and how can we overcome them using the aspect-oriented programming?
ram
  • 13
  • 1
  • 2
-3
votes
1 answer

How to create Restful facade service in java?

I know to create Restful web service but I don't know how to implement restful facade in java. I would appreciate if you share some links or examples of implementation.
Krutik
  • 233
  • 2
  • 4
  • 13
1 2 3
26
27