Book Image

Implementing Oracle Integration Cloud Service

Book Image

Implementing Oracle Integration Cloud Service

Overview of this book

Discover how to use ICS to solve your integration needs with this Oracle Cloud book. Written by Oracle ACE Robert and ACE Associate Phil, you?ll learn how to deliver business value using ICS. ? The only guide to Integration Cloud Service on the market ? A comprehensive guide to building successful integrations on ICS ? Features practical examples and handy tools
Table of Contents (21 chapters)
Implementing Oracle Integration Cloud Service
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Cloud adapters software development kit


The connectors used by ICS are actually built using a framework known as Cloud Adapters Software Development Kit (sometimes shortened to Adapter SDK). The SDK is freely available as a download so that anyone can use it to build their own adapters. This means it is very much possible to have customer adapters created for your own applications to simplify connectivity - as Oracle has done with Salesforce, for example (hiding the handshake process when connecting to Salesforce). It can be used to overcome integrations that have interfaces that are not realized through standards such as web services; for example, when integration is only offered through the use of a set of libraries.

As using the SDK is very much a Java development activity, we are only going to look at what is involved, rather than going through the process in detail, as it would warrant several chapters in its own right. We will walk through what is involved and how the different elements...