Design Patterns

Common Patterns

  • DAO - Data Access Object. Objects which handle storage of data e.g. in a database
  • Template - Dividing interface from implementation




A design pattern usually consists of:

  • a name - the identifier for the pattern. Any aliases must also be listed.
  • a goal - what the pattern aims to achieve (sometimes described as forces)
  • the description - describes how the pattern works
  • the implementation - making the pattern work in practice
  • cases - successful applications of the pattern

The Description

Consists of:

  • participants - the objects that interact

Cross Cutting Concern

http://java.sun.com/developer/technicalArticles/J2EE/patterns/

 
design_patterns.txt · Last modified: 2009/04/21 09:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki