Integrating TIBCO Forms with Custom Client Applications

TIBCO forms are a part of projects that are deployed to the runtime.

The key top-level components that are involved in making TIBCO Forms accessible from custom client applications are as follows:

  • BPM REST Services API - BPM exposes its functionality through comprehensive work management and process management APIs. The main services that are used in the form applications refer to the API Explorer link. A client application can access the BPM Rest API.
  • Client Application - The client application is typically a web application that bundles together the non-Form UI resources that are used by the application, and a controller servlet that acts as the conduit between the browser and the BPM Rest API.