Difference between revisions of "DesignPatterns"

From Lost In Wonderlands
Jump to: navigation, search
(Actor Model)
(Architectural_pattern)
Line 125: Line 125:
 
* Active Record Pattern, https://en.wikipedia.org/wiki/Active_record_pattern
 
* Active Record Pattern, https://en.wikipedia.org/wiki/Active_record_pattern
 
* Identity Map Pattern, https://en.wikipedia.org/wiki/Identity_map_pattern
 
* Identity Map Pattern, https://en.wikipedia.org/wiki/Identity_map_pattern
 +
* Inversion of Control, https://en.wikipedia.org/wiki/Inversion_of_control
 +
* Action-Domain-Responder, https://en.wikipedia.org/wiki/Action%E2%80%93Domain%E2%80%93Responder
 
* Data Access Object, https://en.wikipedia.org/wiki/Data_access_object
 
* Data Access Object, https://en.wikipedia.org/wiki/Data_access_object
 
* Data Tranfer Object, https://en.wikipedia.org/wiki/Data_transfer_object
 
* Data Tranfer Object, https://en.wikipedia.org/wiki/Data_transfer_object
* Action-Domain-Responder, https://en.wikipedia.org/wiki/Action%E2%80%93Domain%E2%80%93Responder
+
* HightPerformance Data Access, Layerhttp://rlacovara.blogspot.com/2009/02/high-performance-data-access-layer.html
* Inversion of Control, https://en.wikipedia.org/wiki/Inversion_of_control
+
  
 
===== Actor Model =====
 
===== Actor Model =====

Revision as of 19:46, 20 October 2019

Design Patterns

NeXT Steps

 here everything has yet to be done !
 collecting more design pattern in the catalog
 creating the template page for a design pattern
 creating a card for each


coming soon :

Everything You Always Wanted to Know About Design Patterns... (But Were Afraid to Ask)


See also


Design Patterns Catalog

Gang Of Four Patterns

Several implementation of Above design patterns in C++

Creational Patterns


Structural Patterns


Behavioral Patterns


Concurrency Patterns



Architectural_pattern

Actor Model

Other Patterns

Pattern-Oriented Software Architectures

People


References

  • Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides (Nov 10, 1994)
  • Design Pattern Explained, A New Persective on Object-Oriented Design, Alan Shalloway, James Trott, Addison-Wesley, 1st Edition(July 9, 2001), 2nd Edition (October 22, 2004)
  • Professional (July 9, 2001), and second edition
  • Pattern-Oriented Software Architecture, Wiley, Vol 1 - 5
  • Real-Time Design Patterns: Robust Scalable Architecture for Real-Time Systems, Bruce Powel Douglass, Addison Wesley (September 27,2002)
  • Antipatterns, Identification, Refactoring, and Management, Philip A. Laplante, Clin J.Neill, Auerbach Publications (2006)
  • Refactoring: Improving the Design of Existing Code, Martin Fowler, Kent Beck, John Brant, William Opdyke, don Roberts, Addison-Wesley Professional, 1 edition (July 8, 1999)

http://www.eventhelix.com/RealtimeMantra/Patterns/#.VuSjttwrKkA