Saturday, July 4, 2015

JDev/ADF sample - Oracle Process Cloud Service - Consuming ADF BC REST Service in Web Form

  • Oracle Process Cloud Service - Consuming ADF BC REST Service in Web Form. With the introduction of Oracle Process Cloud Service (https://cloud.oracle.com/process) there is an option to run your business process in the cloud. You can implement very similar things as it is possible with BPM 12c in JDeveloper, but only in the cloud. There is no option to implement human task UI with ADF, it must be done with Web Forms (light UI forms implementation framework). This is disadvantage, as it will require to externalise complex business logic and access data collections through REST calls, instead of processing it locally in ADF extension. However, this is how it is implemented currently in the BPM cloud version.
    Download - RestADFBCApp.zip

No comments: