Tag: tibco

Tibco 6 create a REST service

Create a new package and add a new business works REST resource. Select operation to implement. In this case POST and GET. The process is created with dummy implementations. Lets say we want to add a query parameter for the GET service for this select the employeeManagementService and update binding as shown below Add a
Read More »

TIBCO Java Event Source

TIBCO Java event source activity gives you the flexibility to write custom process starters. In following post we will create a simple project where we use the event source plugin. The java source code and the tibco project can be found here. Sample github project code Do a maven clean install on the java project
Read More »