Drools(专家系统)与 Android 项目的集成
我有兴趣使用 Drools (JBoss) 专家系统基于规则的系统开发 Android 应用程序。它通过 Eclipse 每个工具(v3.2)都有一个插件,但我不完全知道如何成功地将 Drools Jars 集成到 Android 项目中。有一些关于这个问题的讨论(见下文),但我不知道它是否已完全解决。谁能启发我。
http://osdir.com/ml/Android-Beginners/2010-01/msg00318 .html
I'm interested in developing an Android App using the Drools (JBoss) expert systems rules based system. It's got a plugin via Eclipse per their tools (v3.2) but I don't exactly know how to integrate Drools Jars into and Android project successfully. There has some talk about the issue (see below) but I don't know if it's been completely resolved. Can anyone enlighten me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是另一个工作选项,我对 drools 库做了一些修改,以便在 android 上加载和运行 DRL 规则。
检查一下,希望有帮助:
https://github.com/jorgemfk/dr-drools -android-demo
https://play.google.com/store/apps/details?id=mx.dr.drools
here is another working option, I made a little modification on drools libaries for loading and running DRL rules on android.
check it, hope be helpful:
https://github.com/jorgemfk/dr-drools-android-demo
https://play.google.com/store/apps/details?id=mx.dr.drools
我分叉了 Drools 6 并将其修改为使用 Dex 进行类生成,并且它可以在 Android 上运行(使用在桌面上编译的序列化包)我放置了一个 github 上的 Android 应用程序示例
I forked Drools 6 and modified it to use Dex for class generation and it works on Android (using serialized packages compiled on desktop) I put an Android application sample on github
那么,你知道如何创建android项目吗?以及如何将外部 jar 添加到您的 android 项目中?当您达到这个阶段时,这篇文章可能会有所帮助。它谈论的是在 android 中运行的 jbpm5,但它依赖于 drools,所以它应该是相同的。
http://kverlaen.blogspot.com/2011/03 /jbpm5-lightweight-running-on-android.html
干杯
So, do you know how to create android projects? and how to add external jars to your android projects? When you reach that stage, this post may help. It talks about jbpm5 running in android but it depends on drools so it should be the same.
http://kverlaen.blogspot.com/2011/03/jbpm5-lightweight-running-on-android.html
Cheers