Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我不确定您是否在网上看过其中一些文献。
我将它们列出以供参考:
下面使用 scala 中的示例讨论该应用程序
I am not sure, if you had look at some of these literature on the web.
I am listing them down for reference:
And the following discusses the application using an example in scala
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.
我已经实现了一个实验性网络协议分析器(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
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
做了一个无注入类型宏在 Scala 中实现 DCI 并发布了一些示例 在 Github 上,您可以查看...
Did an injectionless type macro implementation of DCI in Scala and posted some examples at Github that you can check out...
我刚刚发布了一个 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