RUVIDEO
Поделитесь видео 🙏

Layered Architecture using the Facade Design Pattern

You can find a sample application at the link below
http://matlusstorage.blob.core.windows.net/uploads/DomainFacade.zip

The Layered architecture (architectural pattern) is a common pattern employed by many. However more often than not the layers are not really layers in that separating out the business layer and data layer into separate assemblies does NOT make for a "layer".

In this presentation, I introduce you to the layered architecture and it's virtues along with tenets of the layered architecture pattern while introducing the Domain Façade pattern that makes it very simple to form a virtual boundary (or layer).

The Domain Façade essentially has one single responsibility and that is: Coordinate (or Orchestrate) complex internal functions. In addition to it responsibility, what you get from employing this pattern in your layered architecture are a few other benefits:

1. The Domain Façade defines the boundaries of your layers (domain layer, data layer etc.)
2. Allows the core (The classes in the layer but "behind" the façade) to evolve independently from the API.
3. Reduces negative coupling
4. The interface of the Façade (i.e. the public methods of the class) defines the API of the layer or the set of available operations.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Layered Architecture using the Facade Design Pattern», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.