DCI架构的例子?

发布于 2024-09-27 02:41:52 字数 1536 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

贱人配狗天长地久 2024-10-04 02:41:52

DCI 有自己的网站 fullOO.info,该网站尚未完成,但确实有一般出版物和文献的链接以及许多不同语言的示例,要么由 DCI 的一位联合创始人编写,要么由其中一位联合创始人审核并接受。

DCI has it's own web site at fullOO.info it's not completed yet but does have links to publications and literature in general as well as a number of examples in different languages either written by one of the co-founders of DCI or reviewed and accepted by one of them.

情绪少女 2024-10-04 02:41:52

我已经实现了一个实验性网络协议分析器(C++)
基于 DCI。

您可以从

http://dimitri-christodoulou.blogspot.com/search/label 获取更多详细信息/DCI

和源代码:

https://github.com/dimitrs/DCI-NIDS< /a>

I have implemented an experimental network protocol analyzer (in C++)
based on the DCI.

You can get more details from

http://dimitri-christodoulou.blogspot.com/search/label/DCI

and source code here:

https://github.com/dimitrs/DCI-NIDS

∞觅青森が 2024-10-04 02:41:52

Qi4j Java 框架附带了示例,每个示例之一是 DCI-Cargo,它是 DDD 书中使用 DCI 的货物应用程序的实现。

以下是示例的链接: http://qi4j.org/_dci_cargo_sample.html

以及一些有关的文献由其作者 Marc Grue 编写:http://marcgrue.com/

该示例经过彻底的单元测试,实现了持久性等。 ..HTH

The Qi4j Java framework comes with samples, one of each, DCI-Cargo, is an implementation of the cargo application from the DDD book using DCI.

Here is a link to the sample : http://qi4j.org/_dci_cargo_sample.html

And some literature about it by its author Marc Grue : http://marcgrue.com/

The sample is thoroughly unit tested, implement persistence etc...

HTH

蓝天 2024-10-04 02:41:52

做了一个无注入类型宏在 Scala 中实现 DCI 并发布了一些示例 在 Github 上,您可以查看...

Did an injectionless type macro implementation of DCI in Scala and posted some examples at Github that you can check out...

入怼 2024-10-04 02:41:52

我刚刚发布了一个 C# 语言的 DCI 库,其中包含大量评论示例。看看吧,欢迎任何评论:

https://github.com/ciscoheat/ivento-dci

I've just released a DCI library in C# with generously commented examples. Check it out, any comments are welcome:

https://github.com/ciscoheat/ivento-dci

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文