|
Collection Design Pattern Resources
http://www.edlin.org/cs/patterns.html#command
created by syam1224 on 2008-05-08 21:41:33
|
|
Design Pattern Collections of Links and Resources
http://www.cs.unm.edu/~qfduan/cs/patterns.html
created by syam1224 on 2008-05-08 21:40:58
|
|
This is a list of patterns derived from existing WebQuests that are instructionally solid. To qualify as a design pattern, the lesson should be easily modified to cover different content while using the same basic structure. Each pattern is distinct from the others in terms of the kinds of content it can be used for, and the organization of the Introduction, Task, Process and Evaluation sections. With templates that are specific to each design pattern, it should be easier to hit the ground running when starting to create a new WebQuest.
http://webquest.sdsu.edu/designpatterns/all.htm
created by syam1224 on 2008-04-06 07:24:31
|
|
patterns in interactive design
http://www.welie.com/patterns/
created by syam1224 on 2008-04-06 07:24:09
|
|
In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved. Algorithms are not thought of as design patterns, since they solve computational problems rather than design problems.
http://en.wikipedia.org/wiki/Design_pattern_(compu
created by syam1224 on 2008-04-06 00:57:38
|
|
Abstract Factory Sets of methods to make various objects.
Builder Make and return one object various ways.
Factory Method Methods to make and return components of one object various ways.
Prototype Make new objects by cloning the objects which you set as prototypes.
Singleton A class distributes the only instance of itself.
http://www.fluffycat.com/Java-Design-Patterns/
created by syam1224 on 2008-04-05 23:17:56
|
|
a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.
http://sourcemaking.com/design_patterns
created by syam1224 on 2008-03-26 12:13:39
|
|
Design patterns form a cohesive language that can be used to describe classic solutions to common object oriented design problems. These patterns enable us to discuss systems of objects as quasi-encapsulated entities. By using design patterns to solve programming problems, the proper perspective on the design process can be maintained.
http://www.exciton.cs.rice.edu/javaresources/Desig
created by syam1224 on 2008-03-26 12:03:43
|