-1

I wish to develop a worklight android app with IBM mobile database (soliddb) as backend which is installed and running in same android mobile/tablet, Please help me with some good URLs/ documentations for my reference.

Thanks

Kavin
  • 15
  • 3
  • Can you expend on the use case for this? – Idan Adar Jun 14 '14 at 04:11
  • This is for sales team of a company where sales personnel who goes to various client locations. Since the they couldn't expect proper network in some places , but the data wil be readily available in the local mobile database and when they come in network coverage they can replicate data from server to mobile db and vice versa.. – Kavin Jun 14 '14 at 08:28

1 Answers1

0

I have never heard of the IBM mobile database that you mention.

That said, from your comment it sounds like you may want to consider using IBM Worklight's JSONStore functionality instead, which provides exactly what you require (storing data, syncing).

JSONStore is a lightweight, document-oriented storage system included as a feature of IBM Worklight, and enables persistent storage of JSON documents. Documents in an application are available in JSONStore even when the device running the application is offline. This persistent, always-available storage can be useful for customers, employees, or partners, to give them access to documents when for example there is no network connection to the device.

Check out the training modules and sample projects here:

Additional documentation:

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • Below is the IBM developerworks link for IBM Mobile Database. [https://www.ibm.com/developerworks/community/blogs/mobileblog/entry/the_free_ibm_mobile_database_for_android?lang=en] But is there any way to make Worklight to access this database. I just learnt Worklight, I just wanna try this one since I am a DBA. – Kavin Jun 14 '14 at 09:01
  • You should contact the author of the article. – Idan Adar Jun 14 '14 at 09:02