Hybrid App Patterns

The Hybrid Web Container allows you to create lightweight applications that implement various business solutions. These are some of the primary Hybrid App and the SAP Mobile Platform patterns (models):

These patterns are not mutually exclusive. You can create applications that combine patterns in various ways to meet business needs. For example:


hwc_patterns

  1. An external process or application updates EIS data.
  2. The changed data triggers a data change notification (DCN), which is sent to SAP Mobile Server, or a message from another client updates mobile business object (MBO) data contained on SAP Mobile Server.
  3. The DCN could be programmed to update MBO data.
  4. SAP Mobile Server notifies the client that some action needs to be taken.
  5. The client views the message.
  6. The client opens a screen to perform the required action. The form may, for example, call an object query to return cached data or online data, call an MBO operation, or perform some other action.
  7. The client sends an update to SAP Mobile Server.
  8. SAP Mobile Server updates the EIS.
Related concepts
Deploy the Hybrid App Package to SAP Mobile Server
Hybrid App Package Customization
Security
Localization and Internationalization
Test Hybrid App Packages