Veeshal / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Build the Online Mode Live Beans Framework #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create a framework for mobilizing Enterprise data in an Online-Only Mode 
setting. This service will have the following features:

* The data would be accessible in an online mode only, the App would be 
functional only if online.

* Any data changes would be synchronously updating the backend like a web app.

* All queries will be executed against the server instead of local data.

* New data will be added directly to the backend.

* There would be a Channel based approach to integrate the Enterprise data with 
this system just like the SyncChannel for Sync based approach.

* WIll use HTTP/REST/JSON stack to transport the LiveBean instances

Original issue reported on code.google.com by openmobs...@gmail.com on 3 Mar 2013 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 3 Mar 2013 at 7:39

GoogleCodeExporter commented 9 years ago
Will online detection be automatic or will that be up to programmer, whether to 
read from/write to server vs local data? 

If used, will local data still be synced, for example, asynchronously?

Original comment by b...@deal-sci.com on 5 Mar 2013 at 6:31