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 <mproc...@codehaus.org <mailto:mproc...@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:

      * Download the zips from the bottom of the drools download page
        <http://www.jboss.org/drools/downloads>.
          o To try out the examples, just unzip one and run a
            runExamples.sh/.bat script.
          o See the JBoss Maven repository for a list of all released
            artifacts
            
<https://repository.jboss.org/nexus/index.html#nexus-search;gav%7Eorg.drools*%7E%7E5.4.0.Final%7E%7E>.
              + It will be synced to Maven Central
                <http://search.maven.org/#search%7Cga%7Final%7Corg.drools>
                automatically in a couple of hours.
      * *Read the new and noteworthy changes here.
        
<http://docs.jboss.org/drools/release/5.4.0.Final/droolsjbpm-introduction-docs/html/releaseNotesSimple.html>*

    Try it out and give us some feed-back (user list
    <http://www.jboss.org/drools/lists>, issue tracker
    <https://issues.jboss.org/browse/JBRULES>).

    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
    <http://www.youtube.com/watch?v=4CvjKqUOEzM%20>

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

    *Importing Excel Decision Tables*
    http://vimeo.com/37033081http://vimeo.com/37033081
    <http://vimeo.com/37033081>

    _______________________________________________
    rules-dev mailing list
    rules-dev@lists.jboss.org <mailto: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:m...@versaggi.com <mailto:m...@versaggi.com>, profversa...@gmail.com <mailto:profversa...@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

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

Reply via email to