I was under the impression that the problem might lie in the rules being compiled at runtime into java bytecode (and not the required dalvik)? I'm attempting to port over a framework that uses both Drools and Javassist and I was thinking both libraries are going to cause the same problems. Am I on the right track here?
On Fri, Apr 16, 2010 at 9:52 PM, Salaboy <[email protected]> wrote: > A year ago I though to write a simple port, exposing the same APIs as > drools for android and iPhone. I think it might work, if we create an > integration layer that let us do simple inferences on the phone and > communicate with a drools service for more advanced stuff. > > - Ing. Mauricio Salatino - > > On Apr 16, 2010, at 2:04, Michael Neale <[email protected]> wrote: > > I imagine a challenge would be drools generation of bytecode via asm etc. > Not sure how that works on phone with no dalvik compiler. > > If rules precompiled (keep think smaller for dalvik), and class generation > not happening, it might just work. > > Sent from my phone. > > On 16/04/2010, at 3:16 PM, Justin King < <[email protected]> > [email protected]> wrote: > > Hi All, > > I'm wondering if anyone has tried to use drools in a google android > application, and if so what problems did you have? I'd also be interested to > know if its even possible! > > Thanks! > > -- > Regards, > > Justin King > PhD Candidate > Faculty of Information and Communication Technologies > Swinburne University of Technology > <http://www.ict.swin.edu.au/ictstaff/justinking><http://www.ict.swin.edu.au/ictstaff/justinking> > http://www.ict.swin.edu.au/ictstaff/justinking > > > > -- > Regards, > > Justin King > PhD Candidate > Faculty of Information and Communication Technologies > Swinburne University of Technology > <http://www.ict.swin.edu.au/ictstaff/justinking><http://www.ict.swin.edu.au/ictstaff/justinking> > http://www.ict.swin.edu.au/ictstaff/justinking > > _______________________________________________ > rules-dev mailing list > <[email protected]>[email protected] > <https://lists.jboss.org/mailman/listinfo/rules-dev> > https://lists.jboss.org/mailman/listinfo/rules-dev > > _______________________________________________ > rules-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-dev > > > _______________________________________________ > rules-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-dev > > -- Regards, Justin King PhD Candidate Faculty of Information and Communication Technologies Swinburne University of Technology http://www.ict.swin.edu.au/ictstaff/justinking
_______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
