Skip to content

datmt

  • Home
  • Tutorials
    • backend
      • java
        • spring
        • JPA
        • javaee
    • devops
    • frontend
    • Linux
    • NoSQL Databases
  • Privacy Policy
  • Cookie Policy (EU)
  • Contact

proxy pattern

Proxy Design Pattern Tutorial In Java

December 14, 2022 by Đạt Trần
Proxy Design Pattern Tutorial In Java

Introduction The proxy pattern is a structural design pattern. It is used to provide a surrogate or placeholder object for another object, which can be used to control access to the original object or to add additional functionality. Use Cases Use the proxy pattern when: The client (the one who needs the functionalities of the … Read more

Categories java Tags design pattern, proxy pattern Leave a comment
  • Architecture
  • backend
  • Clean Code
  • Cloud Computing
  • Databases
  • devops
  • frontend
  • fundamental
  • General Tips
  • git
  • java
  • javaee
  • JPA
  • kubernetes
  • Linux
  • management
  • mobile development
  • network
  • NoSQL Databases
  • opensource
  • python
  • quarkus
  • Relational Databases
  • scala
  • Security
  • spring
  • SQL
  • System Design
  • WordPress Development

Copyright Ⓒ datmt

© 2025 datmt • Built with GeneratePress