如何配置 Drools 与 JBOSS 一起运行?
我有一个部署在 jboss 5 中的 java 应用程序,并且我在我的应用程序中使用 drools。所以需要一些关于我需要做什么才能在 jboss 中获得 drools 运行时环境的信息。
谢谢
I have a java application which is deployed in a jboss 5, and I m using drools in my application. so need some information on what i need to do to get the drools runtime environment in jboss.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在应用程序中嵌入 drools,这意味着您可以创建一个 Web 应用程序,添加 drools 依赖项,然后在该应用程序中使用 drools。 jboss 内部有多种使用 drools 的架构和方法,您能详细说明一下您想要实现的目标吗?
干杯
You can embed drools in your application, that means that you can create a web application add the drools dependencies and just use drools inside that application. There are several architectures and ways of working with drools inside jboss, can you specify a little bit more about what do you want to achieve?
Cheers