Исходный код вики Группа. Архитектурные подходы
Редактировал(а) Alexandr Fokin 2024/05/25 14:29
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 1 | | |((( | ||
| 2 | |(% style="width:401px" %)[[DDD ~~| Domain-driven design>>doc:.DDD | Domain-driven design.WebHome]]|(% style="width:1093px" %) | ||
| 3 | |(% style="width:401px" %)[[CQRS>>doc:.CQRS.WebHome]]|(% style="width:1093px" %) | ||
| 4 | |(% style="width:401px" %)[[Гексагональная архитектура. Порты и адаптеры>>doc:.Гексагональная архитектура\. Порты и адаптеры.WebHome]]|(% style="width:1093px" %) | ||
| 5 | |(% style="width:401px" %)Clean Architecture|(% style="width:1093px" %)Заблуждения Clean Architecture | ||
| 6 | [[https:~~/~~/habr.com/ru/company/mobileup/blog/335382/>>https://habr.com/ru/company/mobileup/blog/335382/]] | ||
| 7 | ))) | ||
| 8 | | |[[Группа. Свойства.>>doc:.Группа\. Свойства\..WebHome]] | ||
| 9 | | |((( | ||
| 10 | Herberto Graça | DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together | ||
| 11 | [[https:~~/~~/herbertograca.com/2017/11/16/explicit-architecture-01-ddd-hexagonal-onion-clean-cqrs-how-i-put-it-all-together/>>https://herbertograca.com/2017/11/16/explicit-architecture-01-ddd-hexagonal-onion-clean-cqrs-how-i-put-it-all-together/]] | ||
| 12 | [[https:~~/~~/habr.com/ru/post/427739/>>https://habr.com/ru/post/427739/]] | ||
| 13 | |||
| 14 | Как мы попробовали DDD, CQRS и Event Sourcing и какие выводы сделали | ||
| 15 | [[https:~~/~~/habr.com/ru/post/313110>>url:https://habr.com/ru/post/313110]] | ||
| 16 | |||
| 17 | Разработка транзакционных микросервисов с помощью Агрегатов, Event Sourcing и CQRS | ||
| 18 | [[https:~~/~~/evilinside.ru/razrabotka-tranzakcionnyx-mikroservisov-s-pomoshhyu-agregatov-event-sourcing-i-cqrs/>>url:https://evilinside.ru/razrabotka-tranzakcionnyx-mikroservisov-s-pomoshhyu-agregatov-event-sourcing-i-cqrs/]] | ||
| 19 | |||
| 20 | A simple template for Onion Architecture with .[[NET>>doc:Разработка.NET.WebHome]] 5 | ||
| 21 | [[https:~~/~~/pereiren.medium.com/a-simple-template-for-onion-architecture-with-net-5-6c0e2f3b29c8>>url:https://pereiren.medium.com/a-simple-template-for-onion-architecture-with-net-5-6c0e2f3b29c8]] | ||
| 22 | ))) | ||
| 23 | |||
| 24 | ---- | ||
| 25 | |||
| 26 | ==== Внутренние ссылки: ==== | ||
| 27 | |||
| 28 | ====== Дочерние страницы: ====== | ||
| 29 | |||
| 30 | {{children/}} | ||
| 31 | |||
| 32 | ====== Обратные ссылки: ====== | ||
| 33 | |||
| 34 | {{velocity}} | ||
| 35 | #set ($links = $doc.getBacklinks()) | ||
| 36 | #if ($links.size() > 0) | ||
| 37 | #foreach ($docname in $links) | ||
| 38 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
| 39 | * [[$escapetool.xml($rdoc.fullName)]] | ||
| 40 | #end | ||
| 41 | #else | ||
| 42 | No back links for this page! | ||
| 43 | #end | ||
| 44 | {{/velocity}} | ||
| 45 | |||
| 46 | ---- | ||
| 47 | |||
| 48 |