创建 Drools Web 应用程序

发布于 2024-12-02 14:54:08 字数 144 浏览 0 评论 0原文

现在我可以创建一个 drools 应用程序,并且我已经用来创建一个 drools 应用程序,该应用程序可以在 smooks 站点(StockTik 示例)中找到。现在我想将其部署在 jboss AS 中。是否可以。有没有简单的部署教程。我对使用 guvnor 存储库不感兴趣

Now I can create a drools application and I have used to create a drools application which is found in smooks site (A StockTik Example). Now I want to deploy that in a jboss AS . Is it possible. And is there any simple tutorials for the deployment. I am not interested in using guvnor repository

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

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

发布评论

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

评论(2

不乱于心 2024-12-09 14:54:08

您可以将其包装在 War 文件中并将其部署到 JBoss AS,但是如果没有与外界的接口,它就无能为力。因此,您可以编写一个 Web 应用程序界面(使用 GWT 或 JSF),或者编写一些 REST 服务(使用 Resteasy)来接受某种输入、应用规则并执行某种输出。

另一方面,还有drools-camel-server,它是一个war(再次部署到JBoss AS),它接受XML 输入,应用规则并输出XML。

You can wrap that in War file and deploy it to JBoss AS, but without an interface to the outside world, there's not much it can do. So you could write a webapp interface (using GWT or JSF) or instead some REST services (using resteasy) which accept some sort of input, apply the rules and do some sort of output.

On the other hand, there's drools-camel-server, which is a war (to deploy to JBoss AS again) which accepts XML input, applies rules and outputs XML.

心是晴朗的。 2024-12-09 14:54:08

学习JBpm 5.4,它带有Drools,您可以在drools的jbPM中创建Web应用程序
当您对流口水有一个粗略的想法,并且有足够的实践经验时,您可以点击此链接

https:// Community.jboss.org/wiki/SimpleJBPM54InsideJBossAS711WebAppExample

Learn JBpm 5.4 it comes with Drools ,you can create web application in jbPM of drools
and when you r done having rough idea on drools, had enough hands on it you can follow this link

https://community.jboss.org/wiki/SimpleJBPM54InsideJBossAS711WebAppExample

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