The 'Design Pattern' project is a sample of how to use design patterns in Java.
The packages in this project are named by design patterns. Each design pattern has used in my daily work, and they are useful.
This project is designed to implement commonly used design patterns in daily work as many as possible, and of course , if I find some interesting methods of programming , they will be included too.
List of Design Patterns already in this project:
1. Design pattern of Factory.
2. Design pattern of Singleton.
3. Design pattern of Facade.
I plan to write some blogs about design pattern, you can find them <a href='http://www.acttos.org/#blog',target='_blank'>[ Here ] sooner or later.
All the codes are under [The MIT License(MIT)] , So feel free to share this project as you wish.