proxy-pattern
What is the appropriate terminology in Java when building remote proxies?
Suppose that I am implementing a remote proxy in Java to an object that is likely to reside on a remote server but may reside locally.[详细]
2022-12-23 17:25 分类:问答How can the proxy pattern be used to replace a singleton?
This is in response to some comments in what is so bad about singletons There it was suggested that the proxy pattern can be used instead of a singleton to cache DB data. But I cannot see the advanta[详细]
2022-12-16 17:46 分类:问答