Skip to content

jianghan0712/design-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

design-pattern

设计模式学习和实践

一、创建型模式 (creational)

    1.工厂模式(Factory Pattern)                      done

    2.抽象工厂模式(Abstract Factory Pattern)         done

    3.单例模式(Singleton Pattern)                   done

    4.建造者模式(Builder Pattern)                   done

    5.原型模式(Prototype Pattern)                   done

二、结构型模式(structural)

    1.适配器模式(Adapter Pattern)                   done

    2.桥接模式(Bridge Pattern)                      done

    3.过滤器模式(Filter、Criteria Pattern)          done

    4.组合模式(Composite Pattern)                   done

    5.装饰器模式(Decorator Pattern)                 done

    6.外观模式(Facade Pattern)                      done

    7.享元模式(Flyweight Pattern)                   done

    8.代理模式(Proxy Pattern)                       done

三、行为型模式(behavioral)

    1.责任链模式(Chain of Responsibility Pattern)   done

    2.命令模式(Command Pattern)                     done

    3.解释器模式(Interpreter Pattern)               done

    4.迭代器模式(Iterator Pattern)                  done

    5.中介者模式(Mediator Pattern)                  done

    6.备忘录模式(Memento Pattern)                   done

    7.观察者模式(Observer Pattern)                  done

    8.状态模式(State Pattern)

    9.空对象模式(Null Object Pattern)

    10.策略模式(Strategy Pattern)

    11.模板模式(Template Pattern)

    12.访问者模式(Visitor Pattern)
    
四、J2EE 模式

    1.MVC 模式(MVC Pattern)
    
    2.业务代表模式(Business Delegate Pattern)
    
    3.组合实体模式(Composite Entity Pattern)
    
    4.数据访问对象模式(Data Access Object Pattern)
    
    5.前端控制器模式(Front Controller Pattern)
    
    6.拦截过滤器模式(Intercepting Filter Pattern)
    
    7.服务定位器模式(Service Locator Pattern)
    
    8.传输对象模式(Transfer Object Pattern)

About

设计模式学习和实践

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages