Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


BEA, IBM, Oracle, SAP, IONA, Siebel and Sybase Announce "Service Component Architecture" Specification
SCA Spec – "A Deployment Descriptor On Steroids" – Has Been Specifically Designed for SOA

BEA, IBM, Oracle, SAP, IONA, Siebel, and Sybase today announced their support for a new specification for building and packaging applications called Service Component Architecture or SCA – a specification that allows developers to focus on writing business logic.

More directly, SCA is "a deployment descriptor on steroids," that works with any language, not just Java. Moreover, you can use procedural languages and declarative language like BPEL and XSLT as well. The key difference is that it uses the notion of declarative policies for things like security, transactions and reliable messaging.

 

One thing that sets SCA apart is that it has been designed for SOA, unlike other systems, such as J2EE which has been adapted to it. It focuses on being able to describe assemblies of components which have been written in a variety programming models and protocols.

The goal of SCA is to make building applications easier. It allows the development off application assemblies without regard to specific middleware APIs or language.

At the heart of SCA is the notion of a service, and its related implementation. A service is defined by an interface which includes a set of operations. Service implementation can reference other services, called references. These services may have one or more properties which are data values that can be configured externally.

A key actor in the SCA universe is is the Service Data Object (SDO). SDOs are used to represent business data, parameters and return values of service invocations, and are a way to represent data as it travels across a service network. Note that XMLBeans and other technologies can be used as well.

SCA components are composed into assemblies. Assemblies are service level applications which are collections of services connected together and appropriately configured. An SCA assembly operates at two levels: First, assemblies are a set of loosely connected components connected within a system. Second, assemblies are a set of loosely connected components connected within a module. The distinction between the two is (roughly) that a module is a collection of components, and a systems is a collection of modules. Furthermore, a system corresponds to "programming in the large" or megaprogramming, and a model is "programming in the small", akin to building one of today's typical applications.

This wiring of components to the services they depend on is how service networks are "assembled." Assembly has been pioneered in a number of technologies and frameworks such as CORBA, J2EE, ATG Dynamo, and Spring; that is, it is nothing new. We have learned from these technologies that assembly provides important benefits (some of the frameworks mentioned do a better job than others at this) such as easier iterative development and avoiding making business logic dependent on middleware containers.

SCA uses the concept of assembly to solve key problems presented by SOA development including:

  1. Separation of business logic from underlying infrastructure, qualities of service, and transport
  2. Linking programming in the small with programming in the large
  3. Providing a unified way to move to and from architectural design, coding, and operational deployment in a bottom-up or top-down approach.

It should be noted that companies like IBM and BEA have been shipping pieces of SCA, like SDO, for some time.

Why does SCA matter?

SCA matters, because this is the first technology that promises a compositional model that will enable the Service Network and allow the building of the next generation of service-oriented applications.

Each innovation in this field allowed a new layer of abstraction to appear which made new tiers of applications possible. C allowed applications to be built that could not be built in assembler, or whose effort would have been prohibitive. C++ allowed things to be built that could not be built in C. Java allowed things not possible in C++. All of these are progenitors to SCA. It appears that SCA is part of a promising future for building large-scale enterprise composite applications.

 

About SAP News Desk
SAP News Desk trawls the world's news information sources and brings you timely updates on the world's leading provider of enterprise resource planning (ERP) and its various software product lines used to integrate back-office functions such as distribution, accounting, human resources, and manufacturing.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Killer article!!! Congratulations. We do need a higher level of abstraction to make the task of assembling Composite Applications more productive.

Faint, useless attempt to gain some attention in the SOA Space. I do not see the point nor the correlation to SOA, I think IBM themselves cannot... Bringing some old concepts into a new light and trying to create confusion around SOA where they have less to say...

I do not see the point of SCA/SDO at al. All I see is technology from IBM, and not new at all:

- I have read Developerworks articles about "IBM SOA Programming Model" at least from June 2005

- The SDO is yet-another Java data abstraction layer from IBM dating back at least to September 2003. It seems to also have been submitted as JSR 235 by IBM and Bea... on December 2003. And, at any rate, I have never seen its relationships with SOA, or services in general.

- The SCA seems to be something quite tied to Webshpere. Besides, it sounds as having a huge overlap with JBI.

- Bea has something called "CommonJ" in which it talks about these things... dating back to at least March 2005

So for me it seems like old IBM stuff that collides with many other things and whose net effect is to blur the landscape a little more.

The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/

The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/


Your Feedback
Denis wrote: Killer article!!! Congratulations. We do need a higher level of abstraction to make the task of assembling Composite Applications more productive.
Joseph Jonas wrote: Faint, useless attempt to gain some attention in the SOA Space. I do not see the point nor the correlation to SOA, I think IBM themselves cannot... Bringing some old concepts into a new light and trying to create confusion around SOA where they have less to say...
Javier Cámara wrote: I do not see the point of SCA/SDO at al. All I see is technology from IBM, and not new at all: - I have read Developerworks articles about "IBM SOA Programming Model" at least from June 2005 - The SDO is yet-another Java data abstraction layer from IBM dating back at least to September 2003. It seems to also have been submitted as JSR 235 by IBM and Bea... on December 2003. And, at any rate, I have never seen its relationships with SOA, or services in general. - The SCA seems to be something quite tied to Webshpere. Besides, it sounds as having a huge overlap with JBI. - Bea has something called "CommonJ" in which it talks about these things... dating back to at least March 2005 So for me it seems like old IBM stuff that collides with many other things and whose net effect is to blur the landscape a little more.
Michael O'Connell wrote: The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/
Michael O'Connell wrote: The new Service Component Architecture (SCA 0.9) and updated Service Data Objects (SDO 2.01) specs (and related docs and tools) are now available at IBM developerWorks. The direct URL: http://www.ibm.com/developerworks/library/specification/ws-scasdosumm/
Enterprise Open Source Magazine Latest Stories . . .
Apache Deltacloud, the Red Hat-contributed ReSTful API that abstracts differences between clouds so services on any cloud can be managed – provided of course there’s a driver – has graduated from the Apache Foundation’s incubator and is now a full-fledged Top-Level Project (TLP). The...
With Cloud Expo 2012 New York (10th Cloud Expo) just four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference... We have technical and st...
AMD said late Tuesday that its chief sales officer Emilio Ghilardi had left the company and that CEO and president Rory Read is going to do his job while a replacement is sought. AMD didn’t say why Ghilardi left but it’s assumed Read wants his own people. Read is relatively new to th...
During the lifespan of M3 (Monitis Monitor Manager) there has always been something lacking – timers. M3 execution procedure was outlined in this previous article. The execution mentioned in the latter was a one-time-execution, whereas server monitoring requires periodic invocati...
Red Hat is putting its bought-in Gluster scale-out NAS storage technology, acquired in October, on the Amazon cloud. It’s styled Red Hat Virtual Storage Appliance for Amazon Web Services and other clouds are supposed to follow in short order.
A new episode of the screencast series is now available at the OpenNebula YouTube Channel. This screencast demonstrates the new easily-customizable self-service portal for cloud consumers. Its aim is to offer a simplified access to shared infrastructure for non-IT end users. The scree...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE