I want to create an offline storage using IBM Worklight in the Windows environment.

Usually we will use JSONStore for offline storage but that works only for the iOS and Android environments.

  1. Can anyone suggest a solution for offline storage for the above?
  2. Also can we create applications for windows 7 desktop environments using IBM Worklight v5.0.5?
有帮助吗?

解决方案

In Worklight 5.0.5.x:

  • Vista/Win7 gadgets
  • Windows Phone 7.0

In Worklight 5.0.6.x:

  • Vista/Win7 gadgets deprecated (removed in Worklight 6.0)
  • Windows Phone 7.5
  • Windows Phone 8
  • Windows 8

As you've mentioned, JSONStore is available only for Android and iOS; you can instead use IBM Worklight Encrypted Offline Cache, or the HTML5 standard Application Cache.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top