- Spring 5 Design Patterns
- Dinesh Rajput
- 67字
- 2021-07-08 09:59:40
Facade Pattern in the Spring Framework
In the enterprise application, if you are working in Spring applications, the facade pattern is used commonly in the business service layer of the application to consolidate all services. And you could also apply this pattern on DAOs on the persistent layer.
Now that we've seen the Facade design pattern, let's turn to a different variant of it--Proxy design pattern.