Hi,
well I think the TinySQL db should be available on all Air devices ... I think I might have forgotten to mention this. But actually I did another search and I did find several results (Wonder why I didn't yesterday): 1. Cairngorm Persistance Library 2. FlexORM 3. AirORM 4. ... All of them seem to be dead projects ... but that's currently not a big surprise to me :-( Having a look at cairngorm looked feature rich, but I didn't find any Maven artifacts and it looked relatively complex also I didn't trust in being able to add the code to my project legally as it's all Adobe stuff. So I had a look ad FlexORM and AirORM. Both projects were dead and no artifacts available too, but it was really easy to setup a build to build them (It took about 2-3 minutes per project to setup a maven build and have the compiled code in my application) The main difference seems to be that AirORM follows the Active-Record approach in which you call save, delete etc on instances of the entity you want to save/delete. FlexORM seems to be very inspired by the way things are done with JPA so I really liked that approach and that's what I'll probably investigate the next few days :-) I'll keep you guys posted on any things I find out. Chris ________________________________ Von: [email protected] <[email protected]> Gesendet: Mittwoch, 3. August 2016 15:03:16 An: [email protected] Betreff: Re: OR Mapper for Flex? Hi Chris, I've a mobile app (and now building a tablet version) that work in same scenario: Need works offline. I get data from a ERP (by webservices SOAP) and put this data into device just using SharedObjects. I serialize each returned node (XML now, but could be JSON) into my classes to manipulate normally after. I really don't missed to use a local DB, even doing filters, joins (among other lists) and list orders. One table (products) that have 8,000 navigating, filtering an many other operations works very very fast even in weak devices. So, this is just my experience that i want to share for list.... -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/OR-Mapper-for-Flex-tp13168p13171.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
