Skip to content

Design patterns

illyfrancis edited this page Mar 4, 2014 · 1 revision

Dynamic proxy class in Java

  • From oracle
  • Lecture slides
    • towards the end it provides one example of using dynamic proxy as a decorator to add logging capability

Visitor, double-dispatch

State, strategy

Clone this wiki locally