Multiple choice technology platforms and products

What are the building blocks of a Service Component Architecture?

  1. Service Components

  2. Adapters

  3. Webservices

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Service Components are the fundamental building blocks of Service Component Architecture (SCA). These are the actual business logic components like BPEL processes, mediators, business rules, and other service implementations. Adapters (option B) are used for connectivity, web services (option C) are a binding type, and SCA is specifically built around composable service components.