Hi, folks.
this time i'm dealing with this issues, we are currently starting a new project in which there are several requirements that we need to accomplish.
- Solutions must run on Mac,Windows and Linux.
- Can be configured to use a embedded database engine such as SQLite or Apache Derby, and can also be configurated to connect to a remote database engine. MySQL for instances.
One module of this solutions is planning to run on a table under Android OS.
Doing some researchs, I found adobe air and it fix to most our requirements, as far as i know it can run under windows,mac and linux and even android OS. but unfortunately is not perfect because there are a couple of restriction about Peripherals handlers (has to be implemented using java code) and remote database handlers (we need to use a php or java code to connect to it).
Do you guys have any advice in order to architected this solutions as better as possible