Integration of Drools (Expert System) with Android Projects

别来无恙 提交于 2019-12-01 12:20:17

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

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

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

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