<div dir="ltr"><div><div><div><div>Kindest, <br><br></div><div>Apologies if this is trivial for most of you - known about Erlang for a long time, but not gotten my hands dirty with hands on yet.. but that's about to change now I reckon. ;-)<br>

</div><div><br></div>Was wondering whether there were anyone that have done something similar to what I am conceptualizing. Essentially want to take Oracle AIA order streams, and tapping into that data through AIA sensors, which passes order messages through to a foreign JMS provider. Was pondering then having Erlang on the receiving end processing that data in a parallel spawn() like manner given the transient nature of in-bound order data (e.g. process in real time as the order messages are committed), and managing that in-memory, with persistence ... building essentially the data/table structure that I want synchronized through to the mobile application. Hence for this section of the architecture - anyone had any luck doing something like that?<br>

<br></div>Then, once that is done, was wondering whether I could use Erlang on IOS/Android to syncronize the data (automatically) when the device is online. That could be a bit of a challenge given the dynamic IP nature of the device I suspect, but perhaps dynDNS could help, but not thought that through. If that is too complex, then building a device sync service that pulls data from serverside mnesia/couchdb could be another avenue.. <br>

<br></div>.. then likely be the approach of building a Oracle Mobile ADF application, that uses the local sync using something like the strategies outlined here: <br><br><a href="http://www.ateam-oracle.com/going-mobile-with-adf-implementing-data-caching-and-syncing-for-working-offline/">http://www.ateam-oracle.com/going-mobile-with-adf-implementing-data-caching-and-syncing-for-working-offline/</a><br>

<br></div><div>Guess that means that I could expose the Erland mnesia/couch as RESTful services through yaws, and then sync/update the local sqlLite db at times.<br><br></div><div>Really no specific reason for why OMADF, but where I work we have that for $0, and this would just allow for a very simple and rapid concept cycle across IOS & Android.<br>

<br></div><div>Any thoughts?<br></div><div><div><div><div><div><div><div><br>---<br>With respect,<br>Jørgen Skogstad<br></div>
</div></div></div></div></div></div></div>