Drools Fusion 和 Java EE

发布于 2024-11-16 07:22:12 字数 323 浏览 3 评论 0原文

在 Web/企业应用程序上使用 Drools Fusion 的最佳实践是什么?你知道什么有用的文件吗?

我浏览了 JBoss 上的示例(http://download.jboss.org/drools/release/5.1.1.34858.FINAL/drools-5.1.1-examples.zip),但它们是桌面应用程序。我不明白如何让 Drools 会话像服务器上那样“运行”。

What are the best practices for using Drools Fusion on a Web/Enterprise Application? Do you know of any useful document?

I've looked through the examples on JBoss (http://download.jboss.org/drools/release/5.1.1.34858.FINAL/drools-5.1.1-examples.zip), but they are Desktop Applications. I don't understand how to keep a Drools session "running" like that on a server.

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

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

发布评论

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

评论(1

只涨不跌 2024-11-23 07:22:12

如果您在互联网上找不到示例,可能是因为这样做不是一个好主意。 ;)

请查看http://www.jboss.org/jbossesb。在那里您将看到现代建筑的例子。您可能有多个事件,这些事件在 Drools Fusion 等 CEP 引擎中收集、关联或过滤。如果需要进一步处理结果,您可以通过服务总线将它们发送到业务服务(您的 Web/企业应用程序)。

Web/企业应用程序本身在事件处理方面并不是很强。在 Java EE 世界中,您可以通过 Java 消息服务触发消息驱动 Bean。但这远远低于全面 CEP 的可能性。

但是:如果您找到将 CEP 引擎集成到 AppServer 中的好方法,请告诉我。 :)

if you can't find an example on the internet, it may be because it is not a good idea to do so. ;)

Please have a look at e.g. http://www.jboss.org/jbossesb. There you will see an example of a modern architecture. You may have several events, that are gathered and maybe correlated or filtered in a CEP engine like Drools Fusion. If the results need to be processed further, you send them via a service bus to the business services (your web/enterprise application).

A web/enterprise application itself is not very strong in event processing. In the Java EE world you can trigger message driven beans via a Java message service. But this is far below the possibilities of a full blown CEP.

But: If you find a good approach to integrate the CEP engine in an AppServer, please let me know. :)

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