Исходный код вики CQRS
Редактировал(а) Alexandr Fokin 2023/05/20 18:59
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
4.3 | 1 | **The Command and Query Responsibility Segregation** |
2 | |||
3 | ---- | ||
4 | |||
![]() |
2.1 | 5 | Реализация CQRS в .NET. Часть 1 – шаблоны CQS и CQRS |
6 | https://andrey.moveax.ru/post/patterns-cqrs-part1-introducing | ||
![]() |
1.1 | 7 | |
![]() |
2.1 | 8 | Incoding Rapid Development Framework ( part 2 CQRS ) |
9 | https://habr.com/ru/post/211206/ | ||
![]() |
1.1 | 10 | |
![]() |
2.1 | 11 | CQRS |
![]() |
1.1 | 12 | http://pwmr.ru/cqrs/ |
![]() |
4.5 | 13 | |
14 | ---- | ||
15 | |||
16 | ==== Внутренние ссылки: ==== | ||
17 | |||
18 | ====== Дочерние страницы: ====== | ||
19 | |||
20 | {{children/}} | ||
21 | |||
22 | ====== Обратные ссылки: ====== | ||
23 | |||
24 | {{velocity}} | ||
25 | #set ($links = $doc.getBacklinks()) | ||
26 | #if ($links.size() > 0) | ||
27 | #foreach ($docname in $links) | ||
28 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
29 | * [[$escapetool.xml($rdoc.fullName)]] | ||
30 | #end | ||
31 | #else | ||
32 | No back links for this page! | ||
33 | #end | ||
34 | {{/velocity}} | ||
35 | |||
36 | ---- |