Quote:
Originally Posted by tetontech
There is an open source, free, MIT licensed enterprise data sync feature in the QuickConnectFamily framework. ( QuickConnectFamily)
It handles all of the communication with your web service via JSON. It makes it fairly easy to do syncing. It is written in Javascript and is used generally by developers that are creating hybrid applications. It is :
1 - database agnostic. Use the database of your choice on the backend.
2 - database design agnostic. The tables and fields do not need to be the same in the device database and the enterprise database.
3 - fully supportive of offline entry for later syncing.
4 - service language agnostic. Build using any server software and any language. All you do is generate JSON for communication both directions.
5 - device agnostic. Works on iPhone, Android, WebOS. Blackberry will be added to the list at the end of this week.
There is a pure Objective-C implementation coming very soon. I'm debugging it now.
|
Hi Tetontech, did you ever manage to get all this working in Objective C? I've got the same sort of problem.
Any help would be appreciated.
Steve