Total WebSite Views Count

Structural patterns List




Pattern Name
Purpose/Description
Adapter or Wrapper or Translator

  • Convert the interface of a class into another interface clients expect. 
  • An adapter lets classes work together that could not otherwise because of incompatible interfaces. 
The enterprise integration pattern equivalent is the translator.
Bridge

  • Decouple an abstraction from its implementation 
  • allowing the two to vary independently.
Composite

  • Compose objects into tree structures to represent part-whole hierarchies.
  • Composite lets clients treat individual objects and compositions of objects uniformly.
Decorator

  • Attach additional responsibilities to an object dynamically keeping the same interface. 
  • Decorators provide a flexible alternative to subclassing for extending functionality.
Extension object

  • Adding functionality to a hierarchy without changing the hierarchy.
Facade

  • Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
Flyweight

  • Use sharing to support large numbers of similar objects efficiently.
Front controller

  • The pattern relates to the design of Web applications. 
  • It provides a centralized entry point for handling requests.
Marker

  • Empty interface to associate metadata with a class.
Module

  • Group several related elements, such as classes, singletons, methods, globally used, into a single conceptual entity.
Proxy

  • Provide a surrogate or placeholder for another object to control access to it.
Twin

  • Twin allows modeling of multiple inheritance in programming languages that do not support this feature.

AWS Services

AWS Services

Technology Selection & Evaluation Criteria

Technology Selection & Evaluation Criteria

Scale Cube - Scale In X Y Z Cube

Scale Cube - Scale In X Y Z Cube

Feature Post

AWS Services

About Me

About Me

Spring Cloud

Spring Cloud
Spring Cloud

Spring Cloud +mCloud Native + Big Data Archittect

Spring Cloud +mCloud Native + Big Data Archittect

ACID Transaction

ACID Transaction

Data Pipe Line Stack

Data Pipe Line Stack

Popular Posts