Hey everyone here is the implementation of Proxy Design Pattern
-
Updated
May 26, 2023 - Java
Hey everyone here is the implementation of Proxy Design Pattern
This repository is a comprehensive showcase of various design patterns implemented in Java, demonstrating advanced Object-Oriented Design (OOD) principles in Java. The patterns implemented in this project are fundamental to building robust, flexible, and maintainable software systems.
Proxy Design Pattern java implementation
The repository contains an implementation of the Proxy design pattern. Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object.
스프링부트 강의 | designPattern, 동적 프록시
This repository demonstrates the Proxy Pattern where client's order will be served from global ware house or proxy warehouse depending on the product availability
Add a description, image, and links to the proxy-design-pattern topic page so that developers can more easily learn about it.
To associate your repository with the proxy-design-pattern topic, visit your repo's landing page and select "manage topics."