PaaS Partner activities at Oracle OpenWorld 2017

Dear PaaS Partner Community

Are you ready for Oracle OpenWorld 2017? Below all details to plan your PaaS conference schedule. In case you can’t attend many of the keynotes will the streamed live!

Looking forward to celebrate your success at our PaaS Partner Community Reception on Monday October 2nd in San Francisco.

Good trip to San Francisco

Jürgen Kress

Oracle OpenWorld At A Glance

Each year at Oracle OpenWorld, we drive the best and most innovative sessions for our attendees. This year is no different. With numerous speaking sessions reflecting strategy, vision and perspectives from our executives, technology experts, customers, partners, user groups and industry thought leaders; live product demos; and hands-on-labs devoted to Oracle PaaS Solutions, we are excited to showcase our product innovations, customer successes, and strategy and vision at OOW 2017! Please read this special edition newsletter and keep this handy as your one stop for all things related to Oracle PaaS Solutions at Oracle OpenWorld 2017!

Featured Sessions

clip_image002

 

General Sessions

Oracle Cloud Platform Strategy and Roadmap [GEN7119]

  • Amit Zavery, Senior Vice President, Fusion Middleware and PaaS Development, Oracle
  • Monday, Oct 02, 1:15 p.m. – 2:00 p.m. | Yerba Buena Center for the Arts (YBCA) Theater

Building Modern Applications Using Microservices, Containers, APIs, and Chatbots [GEN7158]

  • Siddhartha Agarwal, Vice President, Product Management and Strategy, Oracle; Diby Malakar, Vice President, Product Management, Public Cloud Platform Development, Oracle; Suhas Uliyar, Vice President, Product Management, Mobile Cloud Service, Oracle
  • Monday, Oct 02, 3:15 p.m. – 4:00 p.m. | Marriott Marquis (Golden Gate Level) – Golden Gate A

Oracle Cloud – A Platform and a Path to Cloud [GEN1799]

  • Steve Daheb, Senior Vice President, PaaS and IaaS Business Groups, Oracle
  • Monday, Oct 02, 4:45 p.m. – 5:30 p.m. | Marriott Marquis (Yerba Buena Level) – Salon 7-9 (Yerba Buena Ballroom)

Conference Sessions

Oracle Integration, API, and Process Strategy [CON7118]

  • Vikas Anand, VP, Product Management, Oracle
  • Monday, Oct 02, 11:00 a.m. – 11:45 a.m. | Moscone West – Room 3005

Content and Experience Management: Roadmap and Vision [CON7107]

  • David Le Strat, Senior Director, Product Management, Oracle
  • Monday, Oct 02, 11:00 a.m. – 11:45 a.m. | Moscone West – Room 3003

Oracle Data Integration Platform Cloud Strategy and Roadmap [CON6646]

  • Connie Yang, eBay Inc.; Christian Cachee, VP Data Management & Analytics, Paysafe Group PLC; Jeff Pollock, Vice President of Product, Oracle
  • Monday, Oct 02, 12:15 p.m. – 1:00 p.m. | Moscone West – Room 3024

The New Frontier: AI-Powered Chatbots [CON7150]

  • Suhas Uliyar, Vice President, Product Management, Mobile Cloud Service, Oracle; Carolyn Ortega, Chief Officer, Enterprise Applications, MTA; Ryan Klose, National Pharmacies
  • Monday, Oct 02, 2:15 p.m. – 3:00 p.m. | Moscone West – Room 3024

You can also view the Session Catalog to browse for additional sessions

Focus On Guides

Showcases / Demo Grounds

The Exchange at Moscone West
Come to The Exchange to meet with technology experts, see new cloud capabilities in action, and see how you can best leverage these new approaches to cloud. See how to Develop and Deploy Modern Cloud Applications, and how to Connect and Extend Your SaaS and On-Premises Systems.

Innovation Showcase in Moscone North
From student to start up to enterprise.
Come to the Innovation Showcase and see emerging technologies around AI, Chatbots, and Machine Learning.  View the Integrated Chatbots demo including a hospitality-like experience.

Test Fest

Want to become a certified Oracle expert free of charge? Schedule your Oracle OpenWorld implementation exam test here.

1:1 meeting & Community Reception

Want to discuss how to grow your business and transform to the cloud? Feel free to schedule a personal meeting with myself during Oracle OpenWorld.

Want to network with partners & the Oracle product management team? Attend our annual networking event! The PaaS Partner Community reception takes place on Monday October 2nd 2017 – registration is open here.

 

Good trip to San Francisco!

Jürgen Kress

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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

Complex Composites Simplified by Dan Reynebeau

image

How many times have you developed a new composite, or migrated an older composite, that simply turned into an overly complex process?  Modifying and debugging the new process can become more difficult and take longer to implement.

A good java implementation breaks the problem into manageable classes that can be easily understood and managed over the life of the implementation.  Since this works well with java, why not apply the basic principle to a composite.  In comes SOA 12C and the implementation of subprocesses, which can be utilized for breaking down a composite into manageable components.

Breaking down a complex composite provides several benefits:

  • Easy modification – smaller processes that focus on particular functionality are much easier to visualize and understand
  • Reducing duplication – smaller processes provide the ability to be re-used within the composite
  • Localized error handling – smaller processes allow specific error handling requirements to be handled and thrown to calling process

Now I will show a simplistic example of a composite that performs database syncing.  The composite will attempt to sync table 1 and if any number of records are sync’d, then we want to sync table 2.  I will not go into the details of how to create a subprocess since there are many tutorials already available.

My general approach is to simplify the main process so the flow is easier to follow.  This concept can be extended to the subprocess layer in a similar fashion as the BPEL layer, if the subprocess layer becomes too complex. Read the complete article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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

Getting the best Oracle API information with Swagger and a pinch of NodeJS by Léon Smiers

image

In a world full of API’s we need to have a way to understand the functionality and meaning of an API before we can start using it. In the Oracle Cloud world (SaaS, PaaS and IaaS) all (or at least most) API’s are defined as REST services, based upon a JSON structure.
Since there is no conformed standard between API delivering parties, different design frameworks are used, with OpenAPI Specification (Swagger), RAML and API Blueprint the most popular ones. Oracle is opting for the OpenAPI Specification, with the accompanying design tool Swagger, as the standard for their products.

Oracle combined all the tools and resources for Cloud and On-prem software in a developers website. On this website the API descriptions for all PaaS products can be found. Unfortunately the information provided in the API overviews are pretty minimal. The online Swagger editor is not helping either, with all sorts of warnings popping up. The Swagger locally used UI tool requires CORS enabled calls, so out-of-the-box is offering the support we need.

This blogpost is about adding the last step in order to get insight in the Oracle PaaS API definitions with the Swagger UI tool. With the help of NodeJS CORS is added to the PaaS API call, and delivers the insight we want!

OpenAPI specification and Swagger

The OpenAPI specification is described on the http://swagger.io/specification/ website and unfolds how both Design elements and Documentation are used to define an API. The entire structure of the API design is based upon JSON, though also YAML can be used as the underpinning language. Swagger supports this specification with a bunch of tools, that can be used both in-line and locally installed. Read the complete article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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

Integration OUGN SIG Norway

image

 

This is a special interest group sponsored by Oracle User Group Norway with focus on Integration and Application Development using Oracle products.

There will be different events during the year as a complement to events Oracle User Group Norway. This group will also be part of the program committee for the yearly conference.

Why you should join: If you are interested in learning, sharing and maybe even try different products in workshops you are welcome. Become a member here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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

Hybrid IT Integration Use Cases Poster by Bob Hensle

image

This document provides a Hybrid IT Integration Use Case poster that provides a conceptual view of some common hybrid IT integration use cases. The hybrid IT integration use cases illustrated, coupled with the various deployment options (cloud, on-premises, hybrid, centralized, federated) can be used to narrow down the number of hybrid IT integration patterns that might be applicable to a particular integration requirement. Get the poster here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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

Want to become a certified Oracle expert free of charge? Schedule your implementation exam during Oracle OpenWorld 2017!

imageJoin us for the Oracle Certification Exam Test Fest during Oracle OpenWorld 2017.

Register now! Take an Oracle certification exam at the Oracle Test Fest free of charge

Available exam highlights

1Z0-434 Oracle SOA Suite 12c Essentials

1Z0-435 Oracle Business Process Management Suite 12c Essentials

1Z0-346 Oracle Mobile Cloud Service 2016 Developer Essentials

1Z0-500 Oracle Management Cloud 2017 Implementation Essentials

For details visit the registration page here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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 Applications User Experience (OAUX) team at Oracle OpenWorld 2017

image

 

The Oracle Applications User Experience (OAUX) team wants you to know that we’re so excited to host our partners and customers at the OAUX Exchange during Oracle OpenWorld 2017 in San Francisco in early October. Get the details on what we’re planning to show and how you can register from our recent post, “Add the OAUX Exchange, a showcase of the future, to your OpenWorld lineup.” Or go straight to our registration page: https://tinyurl.com/OAUXExchange.

If you can’t wait for the Exchange to talk about what the future holds, such as how artificial intelligence (AI) might fit in, we have a new article to share, Machine learning and AI: Can it be the butler that can change user experience? Published online in The Economic Times recently, OAUX Group Vice President Jeremy Ashley writes about the shift in UX that emerging technologies such as AI can bring about.

Our recent roundup of new material on the OAUX Blog also includes a post on researching emerging technology and how that could shape the user experience: “Heading ‘into the wild’ for guerilla research on emerging tech.” There’s more – tools for developers and news about Release 13 are there as well.

JUST FOR PARTNERS

OAUX GVP Jeremy Ashley and OAUX Senior Director Misha Vaughan attend an HCM partner event in London recently. The regional event was attended by about 80 partners and included updates on Release 12, SVP Clive Swan on AI, and UX strategist Richard Twelvetrees on the Digital Agency (re-named the Design Initiative). Jeremy discussed Oracle’s evolving approach to user experience (UX), and Misha highlighted the UX tools available to partners today for extensibility.
“It was exciting to see so many partners well engaged on HCM and to see UX clearly identified as a differentiator for HCM,” Misha said later.

Want a quick look at the action? Check out this video on YouTube.

And for more on those tools in Release 12, learn how to redesign the springboard in just a few easy steps in this recent post.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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 OpenWorld 2017 PaaS Partner Community Webcast – September 25th 2017

image

Attend our September edition of the PaaS Partner Community Webcast live on September 25th 2017 at 16:00 CET. In the webcast you will get an update on Oracle OpenWorld 2017.

Presenter: Ed Zouimage

Visit the registration page here.

Call ID: 5566478 Call Passcode: 240050

UK: +44 (0) 208 118 1001 & United States: 140 877 440 73

More Local Numbers

Schedule:

Monday September 25th 16:00 – 17:00 CET

Visit the registration page here.

Missed our PaaS Partner Community Webcast? – watch the on-demand versions:

· Cloud Compliance & Certification

· Wercker July 21st 2017

· Sales Play webcast June 28th 2017

· Process Cloud Service update – DMN capabilities May 23rd 2017

· Drive DevOps Agility and Operational Efficiency with Oracle Management Cloud April 25th 2017

· Implementing DevOps and Agile Methodologies in Oracle Projects March 21st 2017

· Mobile Cloud Service & Chat Bots February 28th 2017

· b2b January 31st 2017

· Community Resources & free Cloud trails December 20th 2016

· SOA 12 & BPM Suite 12c Roadmap update November 29th 2016

· Microservices October 25th 2016

· Oracle OpenWorld 2016 update September 27th 2016

· API Cloud Platform Service August 30th 2016

· BPM Suite & PCS Update July 26th 2016

· Integration Cloud Service June 28th 2016

· Sales Plays Webcast June 9th 2016

· Real-Time Integration Business Insight May 31st 2016

For the latest information please visit Community Updates Wiki page (SOA Community membership required).

OA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

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

Technorati Tags: cloud compliance,cloud certification,SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress,webcast

PaaS (Process & Integration) Partner Community Newsletter September 2017

Dear PaaS  Partner Community,

Thanks for attending the PaaS Summer Camps 2017. The training was rated with an average of 4,73 out of maximum 5 points! In case you didn’t make it to Lisbon the training material is published at our community workspace (membership required). During the conference we presented three PaaS showcases an ANKI car race track, a hospitality demo and an industry 4.0 IoT solution. Want to learn more about this solutions contact us via twitter! Additional we continue to offer the free hands-on on-demand training for SOA Suite 12c and BPM Suite 12c in October and November. For registration please see the community training calendar

SOA Cloud Service 17.3.3 and Integration Cloud Service 17.3.3 and Process Cloud Service 17.3.3 are available. Also a new version of the on-premises Oracle Fusion Middleware 12c (12.2.1.3.0) is released.

In the Integration section API Cloud Service is this month’s focus: When Screen Scraping became API calling – Gathering Oracle OpenWorld 2017 Session Catalog with Node & Play with our APIs & Oracle API Cloud Services – Part I: Web APIs: A Pillar of Digital Transformation. Thanks to the community for sharing all the Integration articles: Wellness First: an inside look at Beacon technology & ICS File handling options and tips & ICS SOAP Connection – Retrieve File Uploaded WSDL & Setup of PaaS Computes (SOACS/MFTCS/DBCS) over IP Network for VPN Connectivity & Access OSB Resources using Java.

The latest release of Process Cloud Service comes with many enhancements. During the summer camps Nathan presented the upcoming Adaptive Case Management solution. Jointly a case to open and run an “Oracle bar” was modelled within a few minutes. Special thanks to Richard, Marcel and Marc for their articles series on Process Cloud Service. As part of the series you will learn how to bake your pizza processes.

In our last section Architecture & integrate and extend SaaS the UX team invites to register for the Oracle Openworld OAUX exchange, an event you should not miss! Also in San Francisco you have the opportunity to attend the CX hackathon event jointly with Capgemini

For a short summery of our key monthly information watch the Fusion Middleware & PaaS Partner Updates on YouTube. The September edition highlights the PaaS showcases & training resources for partners. To get a sneak preview of the Oracle OpenWorld highlights please join our monthly SOA & BPM Partner Community Webcast – September 25th 2017.

Want to publish your best practice article & news in the next community newsletter? Please feel free to send it via Twitter @soaCommunity #PaaSCommunity!

See you in San Francisco!

To read the newsletter please visit http://tinyurl.com/PaaSNewsSeptember2017 (OPN Account required)

Please like and share the newsletter at Twitter and LinkedIn.

Jürgen Kress

Fusion Middleware 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.

Newsletter Logo 2017

Blog Twitter LinkedIn image[7][2][2][2] Facebook

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

What’s New for Oracle Process Cloud Service 17.3.3

image

Integration Cloud Service

REST is now supported for Oracle Integration Cloud Service (ICS) integrations.

See Creating Integration Cloud Service Integrations in Using Oracle Process Cloud Service.

CORS support

Oracle Process Cloud Service’s REST APIs and embeddable process UI components support cross-origin resource sharing (CORS).

Web forms

In addition to significant performance improvements, the forms editor includes these enhancements:

· You can now allow users to select multiple rows of a table or repeatable section using the Multiple Selection check box. When this option is enabled to define dynamic behaviors or computed values, additional options are available in a Which? field to specify which values are retrieved. See Configuring Repeatable Sections and Configuring Tables in Using Oracle Process Cloud Service.

· Use new Split and Join text functions to either split a string into an array or join an array into a string. For example, split a series of numbers in a text field into a checklist, or fetch values of all rows within a table column and create a series. See Specifying Functions in Using Oracle Process Cloud Service.

· Payloads now sync. If multiple controls within a form are bound by the same data attribute, either directly or indirectly (through computed values or events), any change to the data attribute is immediately reflected in all associated controls. Repeatable sections or tables bound by the same data attribute are also in sync, where addition or deletion of rows in one control is automatically reflected in the other control.

· You can now set data values from events. When specifying actions for a presentation, use the new Set Data action to set the value of a particular data attribute used in the form. The value is added to the payload. When the event executes, all controls using this data attribute, either directly or indirectly, are updated with this value. See Working with Presentations in Using Oracle Process Cloud Service.

· When defining dynamic behaviors using the Select control, you can fetch the selected option name using the new Selected Label option under the Property field in the Event window. See Configuring Drop-down Select Fields in Using Oracle Process Cloud Service.

· When populating a form, if a field within a section or tab contains invalid data, a validation error is displayed for the field and the entire section or tab is marked invalid.

You can now determine when connector data loads into a control using the new Skip Upon Load option. For example, select this option to prevent connector data being populated into a control when the form loads. See Populating Controls Using REST Calls and Working with Presentations in Using Oracle Process Cloud Service.

Documents and Conversations

Oracle Documents Cloud Service’s name has changed. It’s now known as Oracle Content and Experience Cloud.

Learn More: Learn more about Oracle Process Cloud Service at https://cloud.oracle.com/process

Want to try Process Cloud Service? Please visit our Community wiki PaaS Demo Accounts (Community membership required). For more information please visit the PCS tag here. (Community membership required)

SOA & BPM Partner Community

For regular information on Oracle SOA Suite 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.

Blog Twitter 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