Questions tagged [worklight-runtime]

IBM Worklight provides client-side runtime code that embeds server functionality within the target-environment of deployed apps. These runtime client APIs are essential libraries that are integrated into the locally stored app code and complement the Worklight Server by exposing a predefined interface for apps to access native device functionality.

IBM Worklight provides client-side runtime code that embeds server functionality within the target-environment of deployed apps.

These runtime client APIs are essential libraries that are integrated into the locally stored app code and complement the Worklight Server by exposing a predefined interface for apps to access native device functionality.

Among these APIs, Worklight utilizes the Apache Cordova (previously known as PhoneGap) development framework to deliver a uniform bridge between standard web technologies (HTML5, CSS3, JavaScript) and the native functions that different mobile platforms provide.

Main Features and Benefits:

  • Mobile data integration - Connectivity and authentication APIs
  • Security features - On-device encryption, offline authentication and remote disablement of apps
  • Cross-platform support - Runtime Skins, UI abstractions and HTML5 toolkits compatibility
  • Mobile client functionality - Hybrid app framework, access to device APIs and push notification registration
  • Mobile database for large offline data sets storage with robust encryption and advanced back-end synchronization.
  • Reports and analytics - Built-in reports and event-based custom reporting
  • Resource serving - Direct update of app web resources and HTML5 caching
110 questions
7
votes
7 answers

How to Fix No MBean found for Worklight project?

I have a problem when deploying my Worklight project on the server . It shows the following Error Message : FWLSE3041E: No MBean found for Worklight project 'MyProject'. Possibly the Worklight runtime web application for Worklight project…
EL Kamel
  • 824
  • 2
  • 12
  • 27
4
votes
4 answers

Google Places Autocomplete Issue with worklight - can't tap

I'm trying to get Google Places Autocomplete API working on WorkLight, but it looks like there is something wrong. When using my computer's browser, once I start typing the name of a place, the Autocomplete suggestions works fine and I am able to…
3
votes
1 answer

Worklight Server/DB down, Hybrid app shows a dialog with "Server is temporarily unavailable". No error callback?

we have a case where the Worklight Server's (v6.1.0.02-20150509) database was down, and so the server could not connect and so the hybrid app then presented the below dialog. We did not provide this dialog and its content in the app, so this must…
christianmenkens
  • 790
  • 4
  • 22
3
votes
1 answer

IBM Worklight - Connecting/Re-Connecting: WL.Client.connect vs. connectOnStartup vs. WL.Client.invokeProcedure

In our project we are trying to figure our what the best process to connect to the server will be - especially when taking care of offline/online scenarios etc. Right now, for us, it seems that all three options to connect to the WL server are…
2
votes
1 answer

IBM Worklight 6.2 - adding text input in WL.SimpleDialog

I know by adding WL.SimpleDialog.show i can show a native style dialog/alert box with buttons. But is it possible to show the same with a textbox and yes and no buttons.
sansid1983
  • 239
  • 1
  • 4
  • 14
2
votes
2 answers

No MBean found for worklight project

I have been getting this error while starting up my server with my worklight project (.war) deployed on it. Was wondering if anyone has any inputs. Below are the relevant information. The system is set up in Redhat OS, Worklight version 6.2 consumer…
2
votes
2 answers

Worklight persistent busy indicator

I'm working on a project using IBM Worklight and any time I build and deploy my project on any simulator or device, I have this busy indicator spinner in the middle of the screen. Its always there, on every page and its there in the ios, windows,…
user1988379
  • 103
  • 6
2
votes
1 answer

IBM Worklight 6.0 - WL.TabBar.addItem title parameter not working correctly with "null" as value

According to the documentation for WL.TabBar.addItem regarding the title parameter: WL.TabBar.addItem(id, callback, title, options); title Mandatory string. The title of the tab. If null is passed, no title is displayed. However, if I pass the…
Salvatore Ucchino
  • 717
  • 1
  • 8
  • 17
2
votes
3 answers

IBM Worklight 5.0.6.1 - Bottom white space in iOS 7

As you can see, at the bottom of my page remains a white space. Its height is the same of the old status bar that was present in ios6. Do i have to modify css? Because I never fixed an height for my app, worklight has always chosen the right…
Axel92Dev
  • 197
  • 1
  • 15
1
vote
1 answer

mfp server configuration in maven web application

I have gone through following FirstMobile developer guide for web application development. https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/web-tutorials/ My understanding is there are 2 ways to create web application. Those are…
1
vote
1 answer

where to add permission to tomcat and mobile first server (worklight) in ubuntu 14.04?

I am configuring Mobile First Server v7.1 on Ubuntu 14.04. I have installed tomcat on the same machine. I am not understanding where to specify permission. Is it required to give execute permission to worklight server setup folder? For Apache…
1
vote
2 answers

Unable to deploy server configuration using server configuration tool while setting up IBM Mobilefirst 7.1

I am trying to setup IBM Mobilefirst v7.1 on Ubantu 14.04. I have java version "1.8.0_131" trying to configure it with tomcat7. Application Center is working fine. when I am trying to deploy server configuration using server configuration tool I am…
1
vote
1 answer

IBM Worklight/Mobilefirst migration from worklight 6.1 to mobilefirst 7.1

I am planning to migrate an existing worklight 6.1 application to mobilefirst 7.1.Currently three versions of application are running. I am following this as my reference…
1
vote
1 answer

From where is the worklight folder inside the wlapp file copied from when we perform a Mobilefirst build?

I just wanted to know how the worklight folder is compiled and copied inside the wlapp file. I am referring to the worklight folder which consists of the cordova plugins folder, worklight.js, cordova_plugins.js, etc.
1
vote
1 answer

Worklight 6.2. Direct Update upload the full web part?

I'm making tests with Direct Update because a requirement of making daily updates to an Android App with look & feel changes. What I have seen is that all the web files are uploaded and not only the new ones or the updated ones. Is it possible to…
Jxadro
  • 1,497
  • 2
  • 16
  • 36
1
2 3 4 5 6 7 8