SOA Governance

Discussion area for both design-time and run-time governance of SOA applications.

SCA (Service Component Architecture) as a SOA Design Pattern

I've recently looked into using SCA with Java Implementation as a SOA Design Pattern to follow in my organization. It seems like a good fit for multiservice applications, which you expose one business service interface to your consumers but are actually calling several services in the background.

Has anyone tried SCA? Any thoughts?