Integration of Drools (Expert System) with Android Projects

左心房为你撑大大i 提交于 2019-12-01 11:29:21

问题


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.

http://blogs.siliconindia.com/vinayGuntaka/Intergrating_External_Jars_ie_Drools_Jars__to_Android_and_Developing_Android_Programs-bid-HshzM96A62906557.html

http://osdir.com/ml/Android-Beginners/2010-01/msg00318.html


回答1:


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




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/8646934/integration-of-drools-expert-system-with-android-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!