Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1 and use Oracle JET (Javascript Extension Toolkit) to create an HTML/js application. Oracle JET is also an MVVM (model-view-viewmodel) architecture as we saw in Part 2. JET using Knockout.js for the ViewModel instead of Vue.js we used in Part 2. There is an excellent overview in the JET documentation where you will find...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1 and use Oracle JET (Javascript Extension...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the next step by using and presenting data retrieved from PCS. We started out stuffing the string representation of the JSON data into an HTML <div> on the page. Now let's present interesting bits of the data in a clear and appealing user interface. Building presentation structure separate from data and code is a...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the next step by using and presenting...
Introduction The process of deploying SOA Projects to Oracle SOA Cloud Services (SOACS) can be significantly simplified and streamlined using the Oracle...
Introduction The process of deploying SOA Projects to Oracle SOA Cloud Services (SOACS) can be significantly simplified and streamlined using the Oracle Developer Cloud Services (DevCS) by facilitating the inbuilt Maven and GIT repositories. This article is a walk-through on how create a SOA Project in JDeveloper and get it deployed on SOACS using DevCS. It is based on Windows, but other operating systems work in a very similar way. The following graphic shows the simplified...
Introduction The process of deploying SOA Projects to Oracle SOA Cloud Services (SOACS) can be significantly simplified and streamlined using the Oracle Developer Cloud Services (DevCS)...
The Process Cloud Service (PCS) REST API provides an avenue to build UI components for workflow applications based on PCS. The versatility that comes with REST...
The Process Cloud Service (PCS) REST API provides an avenue to build UI components for workflow applications based on PCS. The versatility that comes with REST enables modern web application frameworks and just as easily, mobile applications. The API documentation is available here. Notice the endpoints are organized into eight categories. We'll be focusing on the process and task categories. Exploring the API The API documentation contains samples using cURL which is useful...
The Process Cloud Service (PCS) REST API provides an avenue to build UI components for workflow applications based on PCS. The versatility that comes with REST enables modern web...
Introduction PCS release 16.3.5 introduced a brand new home-grown web form in replacement of the Frevo based web form. I had an opportunity to work with the new...
Introduction PCS release 16.3.5 introduced a brand new home-grown web form in replacement of the Frevo based web form. I had an opportunity to work with the new web form for a customer demo just before its release. This post intends to describe my first impression with the new web form and introduce some new features that I learned from my first hands-on experience. I intend to write a second post on the same subject but focusing solely on look-and-feel customization using...
Introduction PCS release 16.3.5 introduced a brand new home-grown web form in replacement of the Frevo based web form. I had an opportunity to work with the new web form for a customer demo just...
Introduction Oracle's Mobile Cloud Service (MCS) can be used with any mobile client development tool. To speed up development for the most popular development...
Introduction Oracle's Mobile Cloud Service (MCS) can be used with any mobile client development tool. To speed up development for the most popular development tools, MCS comes with a Software Development Kit (SDK) for native Android, iOS and Windows development, as well as a JavaScript SDK for hybrid JavaScript-based development. Oracle's A-Team has gained experience with the MCS JavaScript SDK in combination with various JavaScript toolkits. In a previous post, we discussed...
Introduction Oracle's Mobile Cloud Service (MCS) can be used with any mobile client development tool. To speed up development for the most popular development tools, MCS comes with a...
Author: Ricardo Ferreira Introduction Oracle ICS (Integration Cloud Service) provides a set of handy REST APIs that allow users to manage and monitor related...
Author: Ricardo Ferreira Introduction Oracle ICS (Integration Cloud Service) provides a set of handy REST APIs that allow users to manage and monitor related artifacts such as connections, integrations, lookups and packages. It also allow the retrieval of monitoring metrics for further analysis. More details about it can be found in the following documentation link. The primary use case for these REST APIs is to allow command-line interactions to perform tasks such as...
Author: Ricardo Ferreira Introduction Oracle ICS (Integration Cloud Service) provides a set of handy REST APIs that allow users to manage and monitor related artifacts such as...
Introduction To build functional and performant mobile apps, the back-end data services need to be optimized for mobile consumption. RESTful web services using...
Introduction To build functional and performant mobile apps, the back-end data services need to be optimized for mobile consumption. RESTful web services using JSON as payload format are widely considered as the best architectural choice for integration between mobile apps and back-end systems. At the same time, many existing enterprise back-end systems provide a SOAP-based web service application programming interface (API). In this article series we will discuss how Oracle...
Introduction To build functional and performant mobile apps, the back-end data services need to be optimized for mobile consumption. RESTful web services using JSON as payload format are...
Author: Ricardo Ferreira Introduction One of the most common tasks performed during the creation of integrations in ICS (Integration Cloud Service) is the...
Author: Ricardo Ferreira Introduction One of the most common tasks performed during the creation of integrations in ICS (Integration Cloud Service) is the implementation of mappings. In a nutshell, mappings are the resources that ICS uses to allow messages coming from the configured source application to be sent to the configured target application. Failure in properly defining and configuring these mappings directly impacts how integrations are going to behave while sending...
Author: Ricardo Ferreira Introduction One of the most common tasks performed during the creation of integrations in ICS (Integration Cloud Service) is the implementation of mappings. In a...