Skip to content Skip to sidebar Skip to footer

Integration Of Drools (expert System) With Android Projects

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 kno

Solution 1:

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 running on android

Solution 2:

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

Solution 3:

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

Post a Comment for "Integration Of Drools (expert System) With Android Projects"