GoF与J2EE设计模式差别

GoF:

《Design Patterns: Elements of Reusable Object-Oriented Software》(即后述《设计模式》一书),由 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides 合著(Addison-Wesley,1995)。这几位作者常被称为"四人组(Gang of Four)",而这本书也就被称为"四人组(或 GoF)"书。
GoF设计模式:通常说的23种设计模式

J2EE设计模式:常说的MVC

猜你喜欢

转载自mozzz.iteye.com/blog/1543229