Develop Hybrid Apps Using Third-party Web Frameworks

Developing Hybrid Apps this way allows you to use a greater variety of application designs, from using different HTML formatting to using different Web application frameworks, and beyond.

Note: When writing your own HTML and JavaScript to create a Hybrid App package manually, there is one absolute requirement—you must implement the following JavaScript function:

function processDataMessage (incomingWorkflowMessage)

The Hybrid Web Container needs to call this function when online request processing is complete. The incoming message is an XML-formatted string.