Proxy Design Pattern Tutorial
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=cHg5bWW4nUI
Code is Here: http://goo.gl/dzqhV
Welcome to my Proxy Design Pattern Tutorial! The Proxy design pattern limits access to just the methods you want made accessible in another class.
It can be used for security reasons, because an Object is intensive to create, or is accessed from a remote location. You can think of it as a gate keeper that blocks access to another Object. I demonstrate how the proxy pattern works using some code used in my state design pattern tutorial. You may want to check that tutorial out before proceeding.
State Design Pattern Tutorial: http://www.youtube.com/watch?v=MGEx35FjBuo
Other Videos By Derek Banas
2012-11-09 | UML 2.0 Class Diagrams |
2012-11-07 | UML 2.0 Activity Diagrams |
2012-11-05 | UML 2.0 Tutorial |
2012-11-02 | Visitor Design Pattern |
2012-10-30 | Memento Design Pattern |
2012-10-29 | Mediator Design Pattern |
2012-10-26 | Make Java Executable |
2012-10-25 | Interpreter Design Pattern |
2012-10-22 | Mac Game Controller |
2012-10-20 | Chain of Responsibility Design Pattern |
2012-10-19 | Proxy Design Pattern Tutorial |
2012-10-16 | State Design Pattern |
2012-10-14 | Easy Veggie Burger Recipe |
2012-10-12 | Flyweight Design Pattern |
2012-10-10 | Composite Design Pattern |
2012-10-08 | Iterator Design Pattern |
2012-10-04 | Template Method Design Pattern |
2012-10-02 | Healthy Sausage |
2012-10-01 | Bridge Design Pattern |
2012-09-29 | Facade Design Pattern |
2012-09-28 | Adapter Design Pattern |
Tags:
Proxy Design Pattern Tutorial
Proxy Design Pattern
Proxy Pattern
Design Pattern Tutorial
Design Patterns Tutorial
Design Pattern