0
votes

We are in process of upgrading our platform from WL 6.2.0.1 to MFP 7.1.0. And I have some queries:

  1. Do I need to build .wlapp and native binaries for each server I have (Dev-QA..etc) or I can do one build and deploy to different servers, since each one of them has a different server URL?

  2. Does IBM has a scope for Apple watch support, or do we still need to go as native?

  3. In terms of security test, Does MFP has a security test for mobile web app?

1

1 Answers

0
votes
  1. If you have several servers, that you probably also have a load balancer. Your app is supposed to point to the load balancer and the load balancer then redirects traffic to the server(s).

  2. There is no official Apple Watch support at this time, but you can create apps for the watch. See multiple blog posts at the Developer Center: http://developer.ibm.com/mobilefirstplatform/blogs

  3. There is no specific security test for it. You treat it like any other mobile environment.

Be sure to read thoroughly about MobileFirst Platform 7.0 and 7.1 in the knowledge center (the what's new sections), as it is contains numerous changes since 6.2, such as the way Direct Update works, the introduction of Java adapters, the server now being session independent (meaning you cannot use global variables in adapters) and more...