Overview of The Sample Client Application

SampleApp is a simple JSP-based client application that uses the Service Connector API to call BPM services.

Warning: The SampleApp example is supplied "as is" with no warranties. The code in SampleApp is intended as a simple illustration of the concepts and techniques needed to develop a custom client application. It is not intended as a basis for production-ready code and should not be used as such.

SampleApp provides:

  • A Login form that allows you to:
    • supply the credentials (username and password) with which to login.
    • specify the protocol to be used
    • select the BPM runtime by specifying the hostname and port number.
  • Displays the work list for the logged in user.
  • Allows you to open, complete (submit), cancel, or close the work items from the work list using standard TIBCO forms.