Session Facade


Definition

Provide a simple class or component that represents or contains interactions between complex components

Where to use & benefits

Example

Provide a step by step process for a complex system. For example, let a component or user access a complex system by exposing a simple or a unified interface to hide complexity to reach a loose coupling and flexible interaction.

Return to top