Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-cordier/design-pattern-proxy
GOF proxy structural design pattern simple example
https://github.com/a-cordier/design-pattern-proxy
Last synced: 14 days ago
JSON representation
GOF proxy structural design pattern simple example
- Host: GitHub
- URL: https://github.com/a-cordier/design-pattern-proxy
- Owner: a-cordier
- Created: 2014-09-18T10:32:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T10:54:41.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:58:53.919Z (about 1 month ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Proxy pattern
#### A structural pattern
Provide a surrogate or placeholder for another object to control access to it.
Source code stems from the following UML diagram:
![alt text](design-pattern-proxy.png "Design Pattern Proxy ")