Oracle rolls out blockchain-based business apps By Lucas Mearian

image

Oracle has announced a suite of SaaS applications based on its Oracle Blockchain Cloud Service for the purpose of tracing and tracking supply chains through a transparent distributed ledger.

The four new cloud-based apps, unveiled at Oracle’s OpenWorld conference this week, are aimed at providing end-to-end traceability of transported goods, confirming the origins of the parts that make up those products and creating an auditable log for warranty and liability claims. One application, an intelligent "cold chain" service, tracks temperature-controlled products in a supply chain, such as pharmaceuticals and food, integrating with IoT devices embedded in those shipments. Read the complete article here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Blockchain across Oracle by Robert van Mölken

image

Learn what the Blockchain is, what the differences between available blockchain platforms are, how to work with Oracle’s Blockchain Cloud Service, and how Blockchain can change the direction of your Oracle work and the focus of your customers.

Get the book here and for additional books please visit our community wiki here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Recursion in XSLT by Martien van den Akker

image

Last week I helped someone on the Oracle community forums with transforming a comma separated string to a list of elements. He needed this to process each element in BPM Suite, but it is a use case that can come around in SOA Suite or even in Oracle Integration Cloud.
You would think that you could do something like a for-each and trimming the element from the variable.

Recursion

One typical thing with XSLT is that variables are immutable. That means that you can declare a variable and assign a value to it, but you cannot change it. So it is not possible to assign a new value to a variable based on a substring of that same variable.
To circumvent this, you should implement a template that conditionally calls itself until an end-condition is met. This is a typical algorithm called recursion. Recursion is a way of implementing a function that calls itself, for example to calculate the faculty of a number. Recursion can help circumventing the immutability of variables, because with every call to the function you can pass (a) calculated and thus different value(s) through the parameter(s).
I wrote about this earlier, but last week a co-worker asked a similar question, but just the other way around: transforming a list into a comma separated string. So, apparently it’s time to write an article about it. Read the complete article here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

UiPath OIC Connector

image

Oracle Integration Cloud is finalizing its work of a UiPath specific adapter that allows Oracle Integration Cloud service subscribers to connect to a UiPath Orchestrator.

Oracle Integration Cloud allows dispatching UiPath RPA Processes via UiPath’s public REST API. Oracle offers bi-directional communication between Oracle Integration Cloud and UiPath RPA solution. When Oracle Integration Cloud consumes developed and deployed UiPath RPA processes, Oracle Integration Cloud can use UiPath’s public REST APIs to orchestrate the dispatching of RPA Processes via a UiPath Robot in an unattended manner. Oracle Integration Cloud is also finalizing its work of a UiPath adapter that encapsulates all the logic and internal technical details to natively discover, configure and dispatch the execution of RPA robots in an unattended manner.

UiPath can also take advantage of the Integration and Process Automation capabilities in Oracle Integration Cloud, as when there are issues during the execution of RPA processes by the robots, often times, an escalation to a human is needed in exception based conditions. Oracle Integration Cloud offers human workflow capabilities that can help streamline these situations where people is needed. Oracle Integration Cloud offers public REST APIs to easily enable this connectivity. Get the connector here. For additional information please see here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Decisions in OIC (Process) by Niall Commiskey

image

I define my input as follows –

So now to the 2 simple rules –

IF/THEN rule and a Decision Table –

The rules are self-explanatory.
I want to expose these as 2 separate services –

I now Activate -Back in the Process App –

Now I drop a Decision Activity in my process –

Very succinct! Now all I need to do is the data mapping –

Read the complete article here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

The Curious Case of Missing Port Type in Oracle PCS by Arun Pareek

image

I was recently working on a simple process in PCS for a license approval flow. Given the purists that I am, I began by defining definitions for the various message based activities used in the process flow. The process was an asynchronous process with a few intermediate events. A simplified snippet is shown here for visualization.

In order to implement the above process, I created a service definition (WSDL) with the following schematic. As you can notice, there is a portType for accepting requests into the process (fc.myst.bp.TestDrive) and a callback portType for sending messages out of the process (fc.myst.bp.TestDrive.CallBack). Each of the portTypes have operations for catch and throw messages respectively. Read the complete article here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

The power of Oracle Event Driven Architecture by Roger van de Kimmenade

image

Introduction

There is a lot of hype around Microservices and the use of events for implementing the choreography pattern. However this is nice for companies like Netflix and Twitter, but there are a lot of organisations still struggling with files and ESB like products. Also my current client uses an ESB namely the Oracle SOA Suite 12c for integrations. We cannot just throw away this ESB, but we can make use of the event mechanism built in. This blog describes the way we use the EDN (Event Delivery Network) component, that is used within SOA composites to throw events and to subscribe on events.

EDN

Oracle has a component that you can use to publish events and to subscribe on events within a SOA composite. Just use the invoke activity with the eventname and the content of the event. Within a composite you can subscribe on events and set filters. You can also configure “oneAndOnlyone” consistency property and indicate if you want a durable or non-durable subscriber. The EDN hides the underlying JMS provider, which can be changed (weblogic jms or OracleAQ). Separate Topics can be defined for each event or just use 1 topic for all events.

Notes:

  • Applications must always be abstracted by a corresponding SOA Composite. Applications should not use JMS directly
  • EDN cannot be used directly from within Oracle OSB
  • Read the complete article here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

PaaS Overview Webcast on-demand

image

Want to increase the Oracle PaaS business? Create new service offerings and solutions for the Cloud? Watch the on-demand webcast with Martijn Vlek, Vice President Sales Cloud Native & Integration.

Content:

• PaaS update

• Sales Plays & Cheat Sheets

• Customer presentations & demos

Speakers: Martijn Vlek & Jürgen Kress

Get access to the sales kits here.

Watch the webcast on-demand here

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Oracle Integration Cloud 19.2.3 Release – New Features by Niall Commiskey

image

The official doc describing the new features etc. is here

Some things that caught my eye –

Integration Improvements

· Inline Activity Stream with timestamps –

· New Automation Anywhere adapter –

· Ability to edit a Schedule from the Integration design page

· Read the complete article here.

 

PaaS Partner Community

For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

PaaS (Process & Integration) Partner Community Newsletter July 2019

Dear PaaS Partner Community

Want to increase the Oracle Cloud business? Create new service offerings and solutions for the Cloud? Watch the on-demand PaaS Overview Webcast. Martijn Vlek, Vice President Sales Cloud Native & Integration presents the latest PaaS sales plays, kits and how to get access to the Oracle Cloud platform. You as an Oracle partner can use the same content that we use to train the internal Oracle sales team. Each sales kit includes an elevator pitch, battle card, customer presentation in ppt format and references. Feel free to adopt the kits with your services offering. As a tip we recommend to distribute the battle cards in your sales team valets. Access the Oracle sales kits on sales central here.

Registration for the ninth edition of the PaaS Summer Camp is open. The training takes place August 26th-30th 2019 in Lisbon Portugal. For details please visit the registration page here.

imageThis month’s we start a new series to promote your partners customer success. Watch Luis Weir, CTO Capgemini how he disrupts financial industry clients with solutions based on the Oracle Cloud Platform. We want to promote your customer success! Have you implemented successful a solution based on the Oracle Cloud Platform? Submit your success story via the customer reference program.

The June edition of Oracle Integration Cloud 19.2.3 release includes new integration features like Inline Activity Stream with timestamps, New Automation Anywhere adapter and the ability to edit a Schedule from the Integration design page. New process features include Canvas changes, Common expression builder in Decision modeling editor, Conditional expressions in data association, Smart sentries in dynamic processes, Promote process application samples to the gallery for easy sharing and QuickStart Apps enhancements. Thanks to the community for sharing all the integration articles: How The Co-op Cut Time to Hire in Two Quarters & How to Capture EBS Business Event in Oracle Integration Cloud & Using Stage File Write operation(with opaque schema) to copy files & Securing files using PGP encryption (Part-1-Encryption): Oracle Integration & Securing files using PGP encryption (Part-2-Decryption): Oracle Integration & OIC – First Steps with the ATP adapter & How to create ZIP files: Oracle Integration Cloud & Migrating ICS to OIC & Custom time range filter for monitoring pages in OIC & How to Update Oracle SOA 11g Timeouts.

In the process & innovation section we published a blog post from Ankur how to develop a simple application from scratch and to enable notifications. The Blockchain team released an intelligent track and trace SaaS solution. Mario describes in an article the connection of Blockchain and IoT.

For a short summery of our key monthly information watch the PaaS Partner Updates on YouTube. The July edition highlights sales, marketing and enablement support for partners. This month’s community webcast will be a joint webcast with our partner Evosys to innovate, extend and integrate SaaS our monthly PaaS Partner Community Webcast – July 19th 2019.

To read the newsletter please visit www.tinyurl.com/PaaSNewsJuly2019 (OPN Account required).

Please like and share the newsletter at Twitter and LinkedIn

Jürgen Kress

Newsletter Logo 2017

PaaS Partner Adoption
Oracle EMEA
Tel. +49 89 1430 1479
E-Mail: juergen.kress@oracle.com
clip_image003Blog clip_image004LinkedIn clip_image005 Twitter

To become a member of the SOA Partner Community please register at http://www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: newsletter,SOA Community newsletter,SOA Community,Oracle,OPN,Jürgen Kress