ibm mobilefirst - IBM WorkLight :Failed connect with offline data store -


i create application, have use json store offline data storage. so, please let me know how work json store.

  1. read ibm information center jsonstore documentation.
  2. read @ least following ibm worklight getting started modules:

    • jsonstore – client-side json-based database overview
    • jsonstore – api basics
    • jsonstore – synchronizing client , server databases (if using worklight adapters)
    • jsonstore – encrypting sensitive data (if using data encryption)
    • adapter framework overview (if using worklight adapters)
    • http adapter – communicating http back-end systems (if using http data)
    • sql adapter – communicating sql database (if using sql data)
    • jms adapter – communicating jms (if using jms data)
    • invoking adapter procedures client applications (if using worklight adapters)
    • advanced adapter usage , mashup (if using worklight adapters)
    • using java in adapters (if using java inside adapters)
  3. read answer on debugging worklight/jsonstore

  4. ask specific questions. provide @ least following:

    • what goal is. add use case. add pseudocode if applicable.
    • what tried, before error , tried solve error. add code if applicable.
    • what searched when got error. found , learned researching problem.
    • operating system , version (e.g. windows xp sp3 virtual machine, mac osx 10.8.3)
    • eclipse version (e.g. eclipse indigo 3.7 java ee)
    • jdk version (e.g. java(tm) se runtime environment (build 1.7))
    • worklight version (e.g. worklight 5.0.6 developer edition)
    • ios version (e.g. ios simulator 6.1, iphone 4s ios 6.0)
    • android version (e.g. android emulator 4.1.1, samsung galaxy android 4.0 api level 14)
    • adb version (e.g. android debug bridge version 1.0.31)

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -