worklight-studio

IBM Worklight - Limitations of Worklight Studio for Developers

≡放荡痞女 提交于 2020-01-16 00:53:15
问题 is there any documented limitations of Worklight Studio for developer? Or any differences between Worklight Studio for developer and the Worklight Studio provided after the product purchase? 回答1: @Alastair Pitts: IBM Worklight Studio is a plug-in for the Eclipse IDE, that allows you to develop applications for the IBM Worklight Mobile Application Platform. The differences between the IBM Worklight Developer/Consumer/Enterprise editions are: Developer: Developer edition is licensed for

How to maintain session in IBM worklight server side login module

≡放荡痞女 提交于 2020-01-16 00:34:12
问题 In my IBM worklight demo app I've implemented Login Module. It works fine, but in what way I should maintain the session ? I want to log-out my user if log-out action is performed but not when app goes into background. Currently when my app is closed by Android device back button or anyhow if app goes into background session gets expire and again user has to login. Can I achieve this maintaining some server side session? 回答1: When you close your application OS destroys WebView component thus

How to maintain session in IBM worklight server side login module

假如想象 提交于 2020-01-16 00:34:05
问题 In my IBM worklight demo app I've implemented Login Module. It works fine, but in what way I should maintain the session ? I want to log-out my user if log-out action is performed but not when app goes into background. Currently when my app is closed by Android device back button or anyhow if app goes into background session gets expire and again user has to login. Can I achieve this maintaining some server side session? 回答1: When you close your application OS destroys WebView component thus

How to integrate Workligt Studio 6 with WAS ND 8.5.5 in RAD 9

老子叫甜甜 提交于 2020-01-06 12:28:08
问题 I am having troubles with integration WAS [ND/BASE] 8.5 or WAS [ND/BASE] 8.5.5 with Worklight Studio 6.0 in Eclipse or in RAD 9. What I did: Installed RAD 9 Installed WAS TE 8.5.5, created AppSrv profile, secured Installed Worklight 6.0 on the WAS - worklight console application installed fine Installed Worklight Studio 6.0 in RAD 9 Created new Hybrid project in fresh workspace Now, I am trying to have the project run on WAS 8.5.5 (full profile) server, and Worklight Studio 6 does not support

Worklight fails to install customization jar

99封情书 提交于 2019-12-25 16:44:19
问题 I have three projects in my workspace, two deploy to the server correctly, the third has just begun to give this error: Failed to install and start project customization from file <path>MyProj-customization.jar I've seen this before on other projects and usually it's sufficient to start the server for another project and come back to the one with problems. When that doesn't work the next recipe (found on developer works) is Exit Eclipse/Worklight Studio Delete <workspace>/WorkLightServerHome

Worklight fails to install customization jar

时光毁灭记忆、已成空白 提交于 2019-12-25 16:43:24
问题 I have three projects in my workspace, two deploy to the server correctly, the third has just begun to give this error: Failed to install and start project customization from file <path>MyProj-customization.jar I've seen this before on other projects and usually it's sufficient to start the server for another project and come back to the one with problems. When that doesn't work the next recipe (found on developer works) is Exit Eclipse/Worklight Studio Delete <workspace>/WorkLightServerHome

Can I install an older version of Worklight studio? [duplicate]

孤街浪徒 提交于 2019-12-25 12:45:22
问题 This question already has answers here : IBM Worklight - Where to find previous releases (3 answers) Closed 5 years ago . On my project, we are using version 6.1.0.01 of the Developer's Edition of Worklight studio. The Eclipse Marketplace only offers version 6.2 now, and we need to onboard a new developer. Is there anyway to install 6.1.0.01? (i.e., via a direct download link?) 回答1: See here: IBM Worklight - Where to find previous releases Worklight 6.2 (from the Worklight homepage or from

IBM Worklight 6.1 - Unable to have a working Dojo view transition

限于喜欢 提交于 2019-12-25 08:48:06
问题 I am new to working with worklight enviroment and started working it on recently. I am using dojo version 1.9 (the IBM supllied one) , worklight 6.1, OS windows 7, eclipse juno sr2 64bit, IE 10 (For RPE), Google chrome latest (As default browser). I have tried many widgets in dojo mobile and all of them work fine, i have been through other questions too like "Worklight 6.1 Android Applicaiton renders all views with no widgets" and followed all steps given in the solution and successfully

IBM Worklight 6.0 - application-descriptor.xml

不羁岁月 提交于 2019-12-25 07:35:32
问题 I recently migrated to Worklight Studio 6, and the application-descriptor.xml of my app is being flagged due to the width, height, and worklightServerRootURL elements. I've looked in the documentation but haven't found a mention yet of how to migrate these elements for Worklight 6. Are there replacements? 回答1: The mentioned elements have been removed ( worklightServerRootURL ) and moved ( height , width - into the Adobe Air element, if the environment exist in the project). Your application

Worklight - connection on startup fails

試著忘記壹切 提交于 2019-12-25 06:34:33
问题 using Worklight server v6.1 i'm trying to develop a simple app that connects to the production server at startup. To get this i do: in initOptions.js file i set connectOnStartup to true in wlCommonInit method of <my-app>.js file i call : WL.Client.connect({ onSuccess: connected, onFailure: failure }); where connected and failure are two callback to two simple functions that load some data in a listview. When i trie it on a production or development environment i get a spot over my app's