搜索资源列表
Pattern
- Java设计模式(GOF)代码样例以及文档说明-Java design pattern (GOF), and sample code files note
GOFModel
- 23种GOF模式的java代码实现,提供注释等功能
gof
- 用java编写的23种常用设计模式,容易理解。
Agenda
- Java 议程管理系统。使用GoF设计模式进行系统设计,是java设计模式的完整体系-java agenda system
DistributedAgenda
- 分布式议程管理系统,使用java rmi实现。并完整体现GoF设计模式-This is a distributed system called distributed-agenda which is implemented with java rmi.
Command
- GOF中的command模式之JAVA版-GOF java command
GOF
- GOF设计模式,可复用面向对象软件的基础-GOF design patterns, reusable object-oriented software based
goftest
- 关于设计模式的几个例子,上面带有解释,可以研究一下,很好的练习-gof
SingletonPattern
- Java实现的单例模式,这是Gof中常用的模式之一。经典。-Java implementation of the singleton pattern, which is one of the patterns commonly used in Gof. Classic.
JavaDesignPattern
- Java设计模式,解释了GoF的24种设计模式。该书的解释更加清晰,包括每种模式的详解,还附有代码,值得研究一下。-Java design patterns, explains the 24 GoF design patterns. Clearer interpretation of the book, including the Detailed each mode, but also with the code, it is worth study.
GOF-23-Design-Patterns
- 本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。-Book design example of object-oriented design from a selection of 23 design patterns, object-oriented design sums up the most valuable experience a
Java-design-pattern-jdon
- 设计模式(Patterns in Java) 在真正可复用的面向对象编程中,GoF 的《设计模式》为我们提供了一套可复用的面向对 象技术,再配合 Refactoring(重构方法),所以很少存在简单重复的工作,加上Java代码 的精炼性和面向对象纯洁性(设计模式是java的灵魂),编程工作将变成一个让你时刻体 验创造快感的激动人心的过程.-Design patterns (Patterns in Java) in a real reusable object-oriented
Design-Patterns
- GOF 的设计模式,java 初学者的晋级书籍,-GOF Design pattern
MementoPattern
- 设计模式之备忘录模式 备忘录模式(Memento Pattern)又叫做快照模式(Snapshot Pattern)或Token模式,是GoF的23种设计模式之一,属于行为模式。 定义(源于GoF《设计模式》):在不破坏封闭的前提下,捕获一个对象的内部状态,并在该对象之外保存这个状态。这样以后就可将该对象恢复到原先保存的状态。-Memento Pattern
AbstractFactory
- an Java implementaton of the GOF pattern Abstract factory
composite
- a java implementation of the composite GOF Pattern
singleton
- A java implementation of the singleton GOF pattern
strategy
- A java implementation of the GOF pattern Strategy
DesignPattern-ChaniOfResponsibility
- 该程序主要是一个GOF中责任链模式的示例代码。大致模拟了jsp/servlet中filter的工作方式以及原理。-The program is mainly a chain of responsibility pattern GOF in the sample code. Roughly simulate the jsp/servlet filter works well in principle.
DesignPattern-in-Java
- GOF提出的23种设计模式的java实现。其中有专门文件对每种设计模式有详细的说明,在java类中也有很详细的注释说明。-GOF presented 23 kinds of design patterns to achieve the java. Which have a special file for each design pattern is described in detail in the java class also has a very detailed notes.