Mobile user interface with mobile backend for a composite application incorporating Cloud-based and on-premises applications.

Pattern Definition
Problem | How do I provide a mobile user interface for a composite application incorporating on-premises applications and SaaS or Cloud-hosted applications? | |
Context | This pattern is applicable when there is a desire to integrate Cloud-hosted applications and/or on-premises applications into a composite application. | |
Forces |
| |
Solution | This mobility pattern employs a Mobile Platform only in the Cloud with connectivity to the Cloud-based and on-premises applications. This provides the quickest way to create a mobile user interface that spans applications. | |
Consequences | Pros:
|
Interaction View
Process Orchestration
Mobile user interface for a composite application using a Process Platform and Application Integration Platform.

Interaction
Interaction initiated by mobile device:
- The mobile device uses a mobile application to call the Process platform.
- The Process platform calls the Application Integration platform to integrate with a Cloud-based application.
- The Application Integration platform calls the Cloud-based application via an adapter. The Cloud-based application could be SaaS, or an application running on PaaS or IaaS.
- The Process platform calls the Application Integration platform to integrate with an on-premise application.
- The Application Integration platform calls the on-premises Integration Agent.
- The Integration Agent uses an adapter to access the on-premises application.
Notes
- The Process Platform hosts the business orchestration that incorporates human tasks and applications (on premises and/or Cloud based).
- The Integration Agent provides secure communication between on premises and Public Cloud. The Integration Agent establishes an encrypted connection to the Application Integration platform by calling into the Application Integration platform. There is no need to “punch a hole” in the on-premises firewall.
- The Process platform tends to provide a pre-built mobile application that delivers task list functionality.
Application Integration Platform Orchestration
Mobile user interface for a composite application using the Mobile platform and Application Integration Platform.

Interaction
Interaction initiated by mobile device:
- The mobile device uses the Mobile platform Client SDK to call the mobile backend provided by the Mobile platform.
- The Mobile platform calls the application integration platform. The
application integration platform hosts the orchestration across two (or more) applications. - The application integration platform calls the Cloud-based application via an adapter. The Cloud-based application could be SaaS, or an application running on PaaS or IaaS.
- The application integration platform calls the on-premises application.
Notes
- The Mobile platform provides the mobile backend while the application integration platform hosts the business process that incorporates human tasks and applications (on premises and/or Cloud based).
- The on-premises application must provide an interface that is readily accessible from the application integration platform (e.g. REST).
- The communication to the Cloud-based application could use native APIs instead of adapters.