Search results

From CSSEMediaWiki
Jump to: navigation, search
  • ...stopher Alexander describes the concept of design patterns by saying "Each pattern describes a problem which occurs over and over again in our environment, an An alternative practical example of pattern combining: [[Wal's Fish Tank]].
    9 KB (1,227 words) - 03:23, 25 November 2010
  • == Spot the GoF pattern == * [[Proxy]]: ''Mimic''
    2 KB (256 words) - 03:22, 25 November 2010
  • ...uld contain (and which can be produced by this company). The [[Decorator]] pattern is used here. By defining all properties in the interface, the child implem ...ete print product classes, the [[Abstract Factory]] and [[Factory Method]] pattern are used here. These patterns can provide client a unified interface for cr
    14 KB (2,238 words) - 03:58, 1 October 2008
  • == Pattern-oriented software architecture: A system of patterns == | [[Presentation abstraction control pattern]] || This is applicable to interactive software systems, and separates the
    7 KB (1,047 words) - 03:29, 19 October 2010
  • * [[Composite]] pattern and [[Avoid no-op overrides]] * [[Visitor|The visitor pattern]] and [[Acyclic dependencies principle|the acyclic dependencies principle]]
    9 KB (1,213 words) - 01:45, 8 October 2008
  • Hmm...now that you mentioned that. It's actually [[Proxy]] design pattern, I think? --[[User:Johannes Pagwiwoko|Jojo]] 21:28, 7 October 2008 (UTC) :InactiveLoco is definitely an [[Adapter]] rather than a [[Proxy]]. A [[Proxy]] does not provide a different interface, it exists to transparently perfor
    870 B (130 words) - 21:21, 4 October 2009
  • The Proxy design pattern is used to provide a stand-in for a real class. The proxy implements the same interface as the real class and forwards method calls t The [[Gang of Four|GoF]] specify four situations in which Proxy is applicable:
    3 KB (533 words) - 03:23, 25 November 2010
  • ...erns-uncovered-0 here] a nicely explained java code example of the Adapter Pattern usage in the real world. * [[Decorator]]: This pattern adds functionality to an object without changing its interface and also sup
    4 KB (641 words) - 03:23, 25 November 2010
  • ...d the first four design patterns. Is the PhaseSelector some sort of design pattern? --[[User:Elliot Fisher|Elliot Fisher]] 08:35, 7 October 2008 (UTC) ... I can't find one that fits. It has some properties of [[Singleton]] and [[Proxy]] (or even [[Factory Method]]) since it is controlling the number of refere
    457 B (73 words) - 18:49, 7 October 2008
  • ...tion that they belong to. This could be avoided by using the [[observer]] pattern, however I think the gain would be little. ...esent are actually stored in their respective Elements (they are a kind of proxy). As I said previously, they were created purely so they can be displayed
    49 KB (7,782 words) - 20:20, 4 October 2009
  • === [[Proxy]] === By using a singleton on certain parts of a proxy a specific effect can be generated.
    3 KB (409 words) - 03:18, 25 November 2010
  • ...ng, processing and outputting of service information away from the service proxy and place it in a data handler class. However, in my view what qualifies as ... DataHandler is a one to one relationship where dataHandler belongs to the Proxy. This relationship describes all proxies and all data handlers for each ser
    20 KB (3,347 words) - 03:42, 5 October 2009
  • A [[Proxy]] pattern provides an interface to services such as KeyLogger and ScreenGrabber. This ... analogous to baggages on the conveyer belt at the airport. Utilising this pattern allows the connection to act as the 'belt' and the services as the passenge
    4 KB (620 words) - 03:05, 25 November 2010
  • *2.[[Define classes by behavior, not state pattern]] - Similar point as above. Classes should model behaviour (or an interface *Bridge pattern used to separate interface/implementation dependencies between ''IRequest''
    24 KB (3,608 words) - 03:22, 25 November 2010

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)

Views
Personal tools
Toolbox