Oracle Integration Cloud: Building Integrations That Survive Production · Module 3 · Connections and adapters
Choosing an adapter
Lesson 23 of 175 · 2 min · Free preview
The order to consider adapters in, and why the generic one is a LAST RESORT rather than a shortcut. FIRST: THE APPLICATION ADAPTER for that system, where one exists — the Fusion adapter, the adapter for a named SaaS product. It knows the system's catalogue, generates the structures for you, handles its authentication and its pagination, and understands its events. Using it is an afternoon; rebuilding that by hand is a week and it will be missing something. SECOND: THE TECHNOLOGY ADAPTER for the protocol — FTP, database, JMS. Where there is no application adapter but there is a well-defined transport, this is the right level: it handles the mechanics without pretending to understand the business object. LAST: REST OR SOAP AS A GENERIC CALL. Anything can be reached this way, which is exactly why it is tempting and exactly why it is last. WHY THE GENERIC ONE IS A…
This lesson is free
Watch the full lesson, with its written notes, without an account. It is one of the free lessons this course opens with.
Watch the full lessonIn this module: Module 3 · Connections and adapters
- 1What a connection is
- 2Choosing an adapterFree preview
- 3The REST adapter
- 4The SOAP adapter
- 5The FTP adapter
- 6The database adapter
- 7Testing a connection properly
- 8One connection or several
- 9Connectivity agents, and when you need one
- 10What breaks: four connection failures
- 11Lab briefing · Three connections, three systems
