创建 Drools Web 应用程序
现在我可以创建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将其包装在 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.
学习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