- Spring 5 Design Patterns
- Dinesh Rajput
- 56字
- 2021-07-08 09:59:37
Implementing the Bridge design pattern in the Spring Framework
The following Spring modules are based on the Bridge design pattern:
- ViewRendererServlet: It is a bridge servlet, mainly for Portlet MVC support
- The Bridge design pattern: The Bridge design pattern is used in the Spring logging process
Let's see a sample implementation of the Bridge design pattern.