currently drools relies on runtime code generation, and our architecture is built around that. I think it may run already if you use pure MVEL with 5.4 - or atleast a few tweaks and it shoud run. 1) probably stop the JIT kicking in to ASM bytecode statements. 2) I think I remember some classloader problem, android needs parent classloader. The other option is we pre-generate all our generated bytecode and put it in a jar so it can be resolved when needed.

I've not prioritised it, because our Rete algorithm can be too eager for mobile enviornments. However I almost have lazy rete working, that merges the benefits of Rete and Leaps; the resulting algorithm is ideal for mobile enviornments. Once I get that working, I'll be more keen to accelerate our mobile efforts.

Mark
On 14/05/2012 21:02, Matthew Versaggi wrote:
Hi Gents!

Great News!

Is there any talk about porting Drools to Android 4 by chance?

Inquiring Minds want to know .... :-)

-matt

************************************

On Mon, May 14, 2012 at 9:28 PM, Mark Proctor <mproctor@codehaus.org> wrote:
http://blog.athico.com/2012/05/drools-540final-released.html
----link contents pasted below---

We are happy to announce the release of Drools (Expert, Fusion, Planner, Guvnor) 5.4.0.Final. jBPM 5.3.0 announcement will follow shortly and the link will be added when it does.

Documentation, Release Notes and Downloads are detailed below:
Try it out and give us some feed-back (user list, issue tracker).

Some new online videos, make sure you change youtube setting to 720:

Build Pong in 13 Minutes
http://www.youtube.com/watch?v=Omj4PR3v-nI

Build a Graphical Adventure in 20 Minutes:
http://www.youtube.com/watch?v=4CvjKqUOEzM

Guided Decision Tables
http://vimeo.com/35472874

Importing Excel Decision Tables
http://vimeo.com/37033081http://vimeo.com/37033081

_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev




--
#########################################################
Matthew R. Versaggi, President & CEO
Versaggi Information Systems, Inc.
Adjunct Professor of eBusiness DePaul University
Email: mailto:matt@versaggi.com, ProfVersaggi@gmail.com
P:(voip) 630-515-8956
LinkedIn:  http://www.linkedin.com/in/versaggi
BranchOut: http://branchout.com/Matthew.R.Versaggi
#########################################################



_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev