Theme:
Gof design pattern, MVC design pattern
Noun Explanation:
OOP (Object-oriented programming)
Interface
Abstract class
Refactoring (Refactoring method)
GoF (Gang of four), Chinese name--four people group. Gof is a design pattern. Via http://baike.so.com/doc/176639.html
Model–view–controller (MVC) via Http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
Strong remarks:
"gof design mode is a required course for programmers to really master the core idea of object-oriented." GoF not only demonstrates the flexibility of an interface or abstract class in a real-world case, but also makes your program reusable as much as possible.
Software needs are endless, plans don't change fast, but we still have to look for things that are immutable and separate them from the things that change.
And Gof's design pattern is a milestone in this area that has begun to explore. Gof's design pattern is the foundation of all object-oriented languages (C + + Java C #).
Via http://www.jdon.com/designpatterns/patternsimportant.htm
Thinking:
API Design Patterns What is the difference between JEE in nature?
What is the background of JEE birth? What's the main use? How to solve the problem? Can't do what? What are the pros and cons? What scenarios are suitable for use? Via http://baike.so.com/doc/176639.html
What are the differences between design patterns and JEE? Via http://baike.so.com/doc/176639.html
What is the specific embodiment of JEE technology in design mode? Ask "interesting insights from 23 design Patterns"
Reference:
gof_360 Encyclopedia creation Time: 2013-01-19 http://baike.so.com/doc/176639.html
Interesting insights from 23 design patterns via http://baike.so.com/doc/176639.html
Related works, people:
"Thingking in Java"
"Design patterns:elements of reusable object-oriented software" Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides co-authored (addison-wesley,1995) These authors are often referred to as "foursome (Gang of four)" and this book is also known as the "foursome (or GoF)" book.
"Patterns in JAVA:A Catalog of reusable Design Patterns illustrated with UML" added a solution to problems involving issues such as concurrency
"Core Java patterns:best practices and Design Strategies" Deepak Alur, John Crupi and Dan Malks, which focuses on multi-tier applications using Java 2 enterprise technology The sequential pattern.
About Banq Banqiao http://www.jdon.com/aboutme.htm
Related Topics:
The importance of learning Gof design Patterns http://www.jdon.com/designpatterns/patternsimportant.htm 2002/05/24
Design patterns and System stages http://www.jdon.com/46774 2014-10-21 09:28
Gof design mode, MVC programming mode