Question

All,

I would like to know if it is possible to make interactions among Worklight apps in the same device(phone/tablet). For example, if an enterprise plans to launch a bunch of Worklight apps in their local app store and wanted to show a common page in all the Worklight apps they publish, how we can approach this with making a call to another Worklight app from a worklight app. In detail, i am developing two Worklight apps in both of which i would like to show an HTML page which shows the login for existing users and also "Sign up" option for new users.

--> Login Page(Sing in, Sign up) [with company logo]

  1. If "Sing in" clicked - authenticate and show result then go back to previous state of the app
  2. If "Sign up" clicked - show "Sign up" HTML page then go back to previous state of the app

I would like to use the above login module functionality in both the apps. Again, I dont want to reuse the code("Sing-in" HTML page, "Sign-up" HTML page, "Results" page) in both the apps but have above set of HTML pages in one of the apps so that I can dynamically invoke them(set of the HTML pages) from another worklight app. Thus, if i want to make any changes in those HTML pages, i will modify and deploy only the app which has those HTML pages.

Thanks Paul

Was it helpful?

Solution

In addition to my question in the comments section above, IMO this is not possible. But you do need to explain what you're looking for in greater detail.

You can just:

Please go over the Getting Started material to familiarize yourself with IBM Worklight.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top