ibm-mobilefirst

Where is the data recorded in JsonStore?

五迷三道 提交于 2019-12-23 03:15:28
问题 I downloaded from Getting Started, JSONStore example Project has been successfully loaded into the browser and on a real device, but I can not understand where the input data is stored, what file? Eclipse + IBM Worklight + JSONStore. 回答1: Android: /data/data/com.[app-name]/databases/wljsonstore (source) iOS Simulator: ~/Library/Application Support/iPhone Simulator/6.1/Applications/[id]/Documents/wljsonstore (source) Browser: LocalStorage 来源: https://stackoverflow.com/questions/22427668/where

IBM Worklight Using Multiple HTML Files

倾然丶 夕夏残阳落幕 提交于 2019-12-23 03:13:47
问题 I am new to IBM Worklight . I have been using Android from past 1 year. I liked Worklight a lot and I feel I can do a lot more with it. I want to develop the app/game in HTML 5 using Worklight with Eclipse IDE. So I would like to know how to link all the required html,js and css files in one Worklight Project and dun it on various platforms... 回答1: The worklight application is entirely works on IFrame concept i.e it is a single page application. Even though you have n number of pages it wont

dijit.byId(“”).is not defined in Worklight works with Angularjs

只谈情不闲聊 提交于 2019-12-23 02:07:30
问题 I make a project in worklight used dojo mobile 1.8.1 and angularjs 1.0.1,but i got a strange problem. Here is my html part: <div data-dojo-type="dojox.mobile.ScrollableView" data-dojo-props="selected:true" id="id1" ></div> <div class="full" data-dojo-type="dojox.mobile.View" id="id2"></div> and my JavaScript part: require([ "dojo", "dijit/_base/manager","dojo/parser", "dijit/registry", ], function(dojo) { dojo.ready(function() { // dijit.byId("id1").performTransition("id2"); //////////place I

IBM MobileFirst installation- Error post-install.xml

試著忘記壹切 提交于 2019-12-23 01:14:07
问题 I am having an issue during IBM MobileFirst 7 installation. During an installation, IBM Installation Manager showing me the error Error: post-install.xml. Here is the log my log: BUILD FAILED C:\IBM\MobileFirst_Platform_Server\WorklightServer\post-install.xml:332: The following error occurred while executing this line: C:\IBM\MobileFirst_Platform_Server\WorklightServer\post-install.xml:2713: The following error occurred while executing this line: C:\IBM\MobileFirst_Platform_Server

Why do worklight apps need a Worklight Server?

☆樱花仙子☆ 提交于 2019-12-22 14:38:43
问题 I develop an application on IBM worklight for android. I have to use a web service, but I need worklight server. I wonder that why an app developed on worklight needs a worklight server. Don't I develop an application without worklight server ? 回答1: There are various features IBM Worklight provides that require the Worklight Server. For example: Adapters that allow you to get data from REST and SOAP APIs via HTTP, SQL DB, JMS and IBM Cast Iron. These live on the Worklight Server and always

IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

吃可爱长大的小学妹 提交于 2019-12-22 11:46:11
问题 I've been trying to setup an IBM Worklight environment. I want to use: Windows Server Apache Tomcat 7 (latest at the time of writing) IBM Worklight 6.2 (latest at the time of writing) MySQL Server 5.6 (latest at the time of writing) Everything seems to be working OK. I've setup Tomcat (default configuration), MySQL (default configuration). Then I continued setting up IBM Worklight. I pointed to the Tomcat installation directory, put in the MySQL Connector/J jar file, etc etc. I left virtually

IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

≯℡__Kan透↙ 提交于 2019-12-22 11:45:31
问题 I've been trying to setup an IBM Worklight environment. I want to use: Windows Server Apache Tomcat 7 (latest at the time of writing) IBM Worklight 6.2 (latest at the time of writing) MySQL Server 5.6 (latest at the time of writing) Everything seems to be working OK. I've setup Tomcat (default configuration), MySQL (default configuration). Then I continued setting up IBM Worklight. I pointed to the Tomcat installation directory, put in the MySQL Connector/J jar file, etc etc. I left virtually

IBM MobileFirst certificate pinning best practices

落爺英雄遲暮 提交于 2019-12-22 05:40:08
问题 We are developing an IBM MobileFirst 7.1 Hybrid mobile application, and planning to use the certificate pinning feature. We can find information on IBM website about the SSL certificate pinning on IBM MobileFirst website : Here is a post in the IBM Knowledge Center and Here is a tutorial and its sample project/code All these resources are great, but I have some questions : Are there any advantages to use native certificate pinning implementation for Android and iOS when my application is a

IBM MobileFirst certificate pinning best practices

喜你入骨 提交于 2019-12-22 05:40:07
问题 We are developing an IBM MobileFirst 7.1 Hybrid mobile application, and planning to use the certificate pinning feature. We can find information on IBM website about the SSL certificate pinning on IBM MobileFirst website : Here is a post in the IBM Knowledge Center and Here is a tutorial and its sample project/code All these resources are great, but I have some questions : Are there any advantages to use native certificate pinning implementation for Android and iOS when my application is a

My IBM MobileFirst Platform 7.1 CLI-based server has some issues; how can I easily recreate it?

痞子三分冷 提交于 2019-12-22 01:16:37
问题 I'm working with an IBM MobileFirst Platform 7.1 server supported by the Command-Line interface; however, my server isn't starting and stopping correctly. How can I recreate it easily from scratch in one command? 回答1: You might also give the "MFP eXtras" project a try --> https://github.com/kfbishop/mfpx The mfpx kill command will stop server, kill processes, clean tmp dirs, etc. MFPX is not supported / endorsed by IBM, just me (and AndrewF :). Feedback welcomed. 回答2: This chain of commands